From 0518841b5cd6f03d67b19a358af8aa2bc3c3b8b1 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Thu, 16 Jan 2025 08:09:25 +0530 Subject: [PATCH] Add a directory to store custom wheels --- custom_wheels/.gitkeep | 0 jupyter_lite_config.json | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 custom_wheels/.gitkeep diff --git a/custom_wheels/.gitkeep b/custom_wheels/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/jupyter_lite_config.json b/jupyter_lite_config.json index 04affc9..7df5c23 100644 --- a/jupyter_lite_config.json +++ b/jupyter_lite_config.json @@ -3,5 +3,8 @@ "apps": ["repl"], "no_unused_shared_packages": true, "no_sourcemaps": true + }, + "PipliteAddon": { + "piplite_urls": ["custom_wheels/"] } }