Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assess whether a generic kbase cell could be created #2716

Open
ialarmedalien opened this issue Jan 24, 2022 · 0 comments
Open

Assess whether a generic kbase cell could be created #2716

ialarmedalien opened this issue Jan 24, 2022 · 0 comments

Comments

@ialarmedalien
Copy link
Collaborator

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant