From e13f3bd2ac10473a7d2d9eec813ded74427ce383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Hendrik=20M=C3=BCller?= <44469195+kolibril13@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:53:06 +0200 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 091ecc6..fbc17d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ jupyterlab~=4.1.8 jupyterlite-core==0.3.0 jupyterlite-pyodide-kernel==0.3.1 notebook~=7.1.3 +nblink From daeb9df6bfc7229456f1222e159125bb86f06c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Hendrik=20M=C3=BCller?= <44469195+kolibril13@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:57:20 +0200 Subject: [PATCH 2/2] add info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b2d54dd..20a58d9 100644 --- a/README.md +++ b/README.md @@ -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