JSPM

@jupyterlab/cells

3.3.0-alpha.11
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 51494
  • Score
    100M100P100Q158537F
  • License BSD-3-Clause

JupyterLab - Notebook Cells

Package Exports

  • @jupyterlab/cells
  • @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.