You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the API endpoints for cell/notebook manipulation all directly call fact-base primitives. At the risk of skirting over-engineering for its' own sake, I think both cell and book should be first class objects, with their own manipulation methods/functions that APIs merely call. This would also make a theoretical move away from fact-base easier if it happens.
The text was updated successfully, but these errors were encountered:
Currently, the
API
endpoints for cell/notebook manipulation all directly callfact-base
primitives. At the risk of skirting over-engineering for its' own sake, I think bothcell
andbook
should be first class objects, with their own manipulation methods/functions that APIs merely call. This would also make a theoretical move away fromfact-base
easier if it happens.The text was updated successfully, but these errors were encountered: