We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d53928 commit dcf4fbfCopy full SHA for dcf4fbf
README.md
@@ -12,3 +12,8 @@ Open the following link in your browser and start coding:
12
13
**https://jtpio.github.io/anywidget-lite/lab/index.html?path=anywidget.ipynb**
14
15
+## Sharing notebooks
16
+
17
+This JupyterLite project comes with a "Share" button powered by nblink.
18
+nblink is a jupyterlite extension that compresses your notebook into a url that allows anyone to open a copy just from a link.
19
+More about nblink here https://github.com/dwootton/nblink
requirements.txt
@@ -4,3 +4,4 @@ jupyterlab~=4.1.8
4
jupyterlite-core==0.3.0
5
jupyterlite-pyodide-kernel==0.3.1
6
notebook~=7.1.3
7
+nblink
0 commit comments