You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,14 +231,17 @@ See also [installing Jupyter](https://jupyter.readthedocs.io/en/latest/install.h
231
231
Notebook extension structure
232
232
============================
233
233
234
-
The nbextensions are stored each as a separate subdirectory of`src/jupyter_contrib_nbextensions/nbextensions`
235
-
Each notebook extension typically has it's own directory containing:
234
+
The nbextensions are stored in the repository each as a separate subdirectory of
235
+
`src/jupyter_contrib_nbextensions/nbextensions`.
236
236
237
-
*`thisextension/main.js` - javascript implementing the extension
238
-
*`thisextension/main.css` - optional CSS
239
-
*`thisextension/readme.md` - readme file describing the extension in markdown format
240
-
*`thisextension/config.yaml` - file describing the extension to the `jupyter_nbextensions_configurator` server extension
237
+
Each notebook extension typically has its own directory named after the extension, containing:
241
238
239
+
*`thisextension/thisextension.js` - javascript implementing the nbextension
240
+
*`thisextension/thisextension.yml` - file describing the nbextension to the `jupyter_nbextensions_configurator` server extension
241
+
*`thisextension/thisextension.css` - optional CSS file, which may be loaded by the javascript
242
+
*`thisextension/README.md` - readme file describing the nbextension in markdown format
243
+
244
+
For further details, see [the documentation at jupyter-contrib-nbextensions.readthedocs.io](http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/internals.html).
When supplying a `readme.md` file, please supply a main heading with the
91
+
For further details on the yaml file format, and the option types supported by the configurator, see the `jupyter_nbextension_configurator repo <https://github.com/jupyter-contrib/jupyter_nbextensions_configurator>`__.
92
+
93
+
When supplying a `README.md` file, please supply a main heading with the
93
94
nbextension's title, as this will be linked in the generated documentation at
0 commit comments