Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 374 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 374 Bytes

JupyterLite with LangDb

poetry shell
poetry install
./build.sh

npm install -g serve
serve dist -p 8001

http://localhost:8001/notebooks/?path=ldrive:Lorenz.ipynb

poetry run  pip uninstall -y langdb-kernel-lite langdb-files
poetry install

poetry env remove jupyterlite-langdb-4Nr4YLZ7-py3.12 && poetry install && ./build.sh && serve dist -p 8002