Files
jupyter_contrib_nbextensions/docs/source/internals.rst
T
2016-09-02 21:44:57 +02:00

13 lines
565 B
ReStructuredText

Notebook extension structure
============================
The nbextensions are stored each as a separate subdirectory of
``src/jupyter_contrib_nbextensions/nbextensions``
Each notebook extension typically has it's own directory containing:
* ``thisextension/main.js``: javascript implementing the extension
* ``thisextension/main.css``: optional CSS
* ``thisextension/readme.md``: readme file describing the extension in markdown format
* ``thisextension/config.yaml``: file describing the extension to the ``jupyter_nbextensions_configurator`` server extension