Package Exports
- @jupyterlab/cells
- @jupyterlab/cells/lib/index.js
- @jupyterlab/cells/style/base.css
- @jupyterlab/cells/style/collapser.css
- @jupyterlab/cells/style/headerfooter.css
- @jupyterlab/cells/style/index
- @jupyterlab/cells/style/index.css
- @jupyterlab/cells/style/index.js
- @jupyterlab/cells/style/inputarea.css
- @jupyterlab/cells/style/widget.css
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jupyterlab/cells) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@jupyterlab/cells
A JupyterLab package which provides an implementation of a Jupyter notebook cell. These cells are used in both the notebook and the code console. The result of cell execution is shown in an output area, which is implemented in @jupyterlab/outputarea. Markdown and raw cells can have attachments, which is implemented in @jupyterlab/attachments.