Skip to content

Commit 8bf649c

Browse files
demo gift (#40)
1 parent 73ee845 commit 8bf649c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
1313
A Jupyter Server extension to execute code from the server-side NbModel.
1414

15+
<p align="center">
16+
<img src="https://assets.datalayer.tech/jupyter-server-nbmodel/nbmodel.gif" alt="Jupyter Server NbModel Demo" width="800"/>
17+
<br>
18+
<em>Side-by-side comparison: Without jupyter_server_nbmodel (left), notebook execution stops when reloading the page; with jupyter_server_nbmodel (right), execution continues uninterrupted even after reload.</em>
19+
</p>
20+
1521
This extension is composed of a Python package named `jupyter_server_nbmodel`
1622
for the server extension and a NPM package named `@datalayer/jupyter-server-nbmodel`
1723
for the frontend extension.
@@ -27,7 +33,7 @@ for the frontend extension.
2733
To install the extension for use in JupyterLab or Notebook 7, execute:
2834

2935
```bash
30-
pip install jupyter_server_nbmodel[lab]
36+
pip install "jupyter_server_nbmodel[lab]"
3137
```
3238

3339
For API-only use:

0 commit comments

Comments
 (0)