Skip to content

Commit dcf4fbf

Browse files
authored
Add nblink (#8)
* Update requirements.txt * add info
1 parent 0d53928 commit dcf4fbf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ Open the following link in your browser and start coding:
1212

1313
**https://jtpio.github.io/anywidget-lite/lab/index.html?path=anywidget.ipynb**
1414

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

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ jupyterlab~=4.1.8
44
jupyterlite-core==0.3.0
55
jupyterlite-pyodide-kernel==0.3.1
66
notebook~=7.1.3
7+
nblink

0 commit comments

Comments
 (0)