JSPM

@jupyterlab/attachments

4.1.0-beta.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 39205
  • Score
    100M100P100Q147554F
  • License BSD-3-Clause

JupyterLab - Notebook Cell Attachments

Package Exports

  • @jupyterlab/attachments
  • @jupyterlab/attachments/lib/index.js
  • @jupyterlab/attachments/style/index
  • @jupyterlab/attachments/style/index.js

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/attachments) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@jupyterlab/attachments

A JupyterLab package which provides an implementation of the Jupyter notebook cell attachments. These attachments can be connected to both markdown and raw cells.

Attachments are able to render several different mime types, which are implemented in the rendermime package. This list of mime types may be extended via the simplified mime-extension interface defined in @jupyterlab/rendermime-interfaces.