Skip to content

Commit 32813fc

Browse files
committed
[docs] clarify pypi dependency nbextensions in readme [skip CI]
1 parent 6e9d45d commit 32813fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ See also [installing Jupyter](https://jupyter.readthedocs.io/en/latest/install.h
217217
Notebook extension structure
218218
============================
219219

220-
The nbextensions are stored in the repository each as a separate subdirectory of
221-
`src/jupyter_contrib_nbextensions/nbextensions`.
220+
Most of the nbextensions are stored in the repository each as a separate subdirectory of
221+
[`src/jupyter_contrib_nbextensions/nbextensions`](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tree/master/src/jupyter_contrib_nbextensions/nbextensions).
222222

223223
Each notebook extension typically has its own directory named after the extension, containing:
224224

@@ -227,6 +227,8 @@ Each notebook extension typically has its own directory named after the extensio
227227
* `thisextension/thisextension.css` - optional CSS file, which may be loaded by the javascript
228228
* `thisextension/README.md` - readme file describing the nbextension in markdown format
229229

230+
A few (jupyter_highlight_selected_word, jupyter_latex_envs), exist as separate packages on pypi, which are included as dependencies of this package.
231+
230232
For further details, see [the documentation at jupyter-contrib-nbextensions.readthedocs.io](http://jupyter-contrib-nbextensions.readthedocs.io/en/latest/internals.html).
231233

232234

0 commit comments

Comments
 (0)