File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,25 @@ Jupyter Sphinx Extension
5
5
:maxdepth: 2
6
6
:caption: Contents:
7
7
8
- Jupyter Sphinx is a Sphinx extension that executes embedded code in a Jupyter
9
- kernel, and embeds outputs of that code in the output document. It has support
10
- for rich output such as images, Latex math and even javascript widgets.
8
+ Jupyter-sphinx is a Sphinx extension that executes embedded code in a Jupyter
9
+ kernel, and embeds outputs of that code in the document. It has support
10
+ for rich output such as images, Latex math and even javascript widgets, and
11
+ it allows to enable `thebelab <https://thebelab.readthedocs.io/ >`_ for live
12
+ code execution with minimal effort.
13
+
14
+ Installation
15
+ ------------
16
+ Get jupyter-sphinx from pip:
17
+
18
+ .. code-block :: bash
19
+
20
+ pip install jupyter-sphinx
21
+
22
+ or conda:
23
+
24
+ .. code-block :: bash
25
+
26
+ conda install jupyter-sphinx
11
27
12
28
Enabling the extension
13
29
----------------------
You can’t perform that action at this time.
0 commit comments