Note the R kernel, via the workflow yaml file. SG Also, might want to bundle all of the odate notebooks in at build time? Add this to workflow to do that:
- name: Download notebooks from GitHub
run: |
mkdir -p content/notebooks
curl -L https://raw.githubusercontent.com/username/repo/branch/path/to/notebook.ipynb -o content/notebooks/notebook.ipynb
JupyterLite deployed as a static site to GitHub Pages, for demo purposes.
➡️ https://jupyterlite.github.io/demo
JupyterLite is being tested against modern web browsers:
- Firefox 90+
- Chromium 89+
Check out the guide on the JupyterLite documentation: https://jupyterlite.readthedocs.io/en/latest/quickstart/deploy.html
For more info, keep an eye on the JupyterLite documentation:
- How-to Guides: https://jupyterlite.readthedocs.io/en/latest/howto/index.html
- Reference: https://jupyterlite.readthedocs.io/en/latest/reference/index.html
This template provides the Pyodide kernel (jupyterlite-pyodide-kernel), the JavaScript kernel (jupyterlite-javascript-kernel), and the p5 kernel (jupyterlite-p5-kernel), along with other
optional utilities and extensions to make the JupyterLite experience more enjoyable. See the
requirements.txt file for a list of all the dependencies provided.
For a template based on the Xeus kernel, see the jupyterlite/xeus-python-demo repository
