https://github.com/lesteve/jupyterlite-pyodide-dev
JupyterLite using Pyodide development version
https://github.com/lesteve/jupyterlite-pyodide-dev
jupyterlite pyodide
Last synced: 2 months ago
JSON representation
JupyterLite using Pyodide development version
- Host: GitHub
- URL: https://github.com/lesteve/jupyterlite-pyodide-dev
- Owner: lesteve
- Created: 2023-04-21T09:18:11.000Z (about 2 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-08-20T15:29:26.000Z (10 months ago)
- Last Synced: 2025-02-08T07:22:47.856Z (4 months ago)
- Topics: jupyterlite, pyodide
- Language: JavaScript
- Homepage: https://lesteve.github.io/jupyterlite-pyodide-dev
- Size: 27.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![lite-badge]][lite]
[lite]: https://lesteve.github.io/jupyterlite-pyodide-dev
[lite-badge]: https://jupyterlite.rtfd.io/en/latest/_static/badge-launch.svghttps://lesteve.github.io/jupyterlite-pyodide-dev
A JupyterLite using Pyodide development version as a more user-friendly
alternative to https://pyodide.org/en/latest/console.html.The trick is to set `pyodideUrl` in [jupyter-lite.json](./jupyter-lite.json) as
indicated in the JupyterLite [doc](https://jupyterlite.readthedocs.io/en/latest/howto/pyodide/pyodide.html).# How to update this repo
```bash
mamba create -n jupyterlite jupyterlite jupyterlite-pyodide-kernel jupyter_server jupyterlab_server
# Seems more reliable than jupyter lite build --force somehow ...
# otherwise pyodideUrl can disappear from _output/jupyter-lite.json ...
rm .jupyterlite.doit.db _output -rf
jupyter lite build --contents files
```To double-check:
```
python -m http.server -d _output
```and go to https://localhost:8000/index.html