Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ Open the following link in your browser and start coding:

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

## Sharing notebooks

This JupyterLite project comes with a "Share" button powered by nblink.
nblink is a jupyterlite extension that compresses your notebook into a url that allows anyone to open a copy just from a link.
More about nblink here https://github.com/dwootton/nblink
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ jupyterlab~=4.1.8
jupyterlite-core==0.3.0
jupyterlite-pyodide-kernel==0.3.1
notebook~=7.1.3
nblink