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
A number of the cell types under nbextensions/ have similar or identical functionality, with such functions as load_ipython_extension, initialise_extension, setupNotebook, setupCell, specialiseCell, etc. Assess whether it would be possible to create a base cell type to provide functionality shared by all kbase cell types to help reduce duplication in the kbase cell type code.
At the same time, the following should also be done:
standardise the cell layout pattern
standardise the cell metadata
use the cell deletion messages that the appCell and bulkImportCell use
remove the setupWorkspace function, which can be replaced by supplying the workspace ID from the runtime.
ensure that icons are built using the same functions as the bulk and app cell use.
The text was updated successfully, but these errors were encountered:
A number of the cell types under
nbextensions/
have similar or identical functionality, with such functions asload_ipython_extension
,initialise_extension
,setupNotebook
,setupCell
,specialiseCell
, etc. Assess whether it would be possible to create a base cell type to provide functionality shared by all kbase cell types to help reduce duplication in the kbase cell type code.At the same time, the following should also be done:
setupWorkspace
function, which can be replaced by supplying the workspace ID from the runtime.The text was updated successfully, but these errors were encountered: