From dcf4fbf9ae5602da20e811b05da0fe10d02cc4ac 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 17:03:40 +0200 Subject: [PATCH] Add nblink (#8) * Update requirements.txt * add info --- README.md | 5 +++++ requirements.txt | 1 + 2 files changed, 6 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 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