mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-08-02 12:40:35 +08:00
13 lines
565 B
ReStructuredText
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
|