stijnvanhoey / juputerlite

Deployed instance of Jupyter lite for demos/testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JupyterLite Demo

JupyterLite deployed as a static site to GitHub Pages, for demo purposes.

✨ Try it in your browser ✨

➡️ https://jupyterlite.github.io/demo

github-pages

Requirements

JupyterLite is being tested against modern web browsers:

  • Firefox 90+
  • Chromium 89+

Usage

This repository is meant to demo how to deploy JupyterLite to GitHub Pages, using the released prebuilt JupyterLite assets.

To generate a new repository from this template, click on "Use this template":

template

For more info, keep an eye on the JupyterLite documentation:

Deploy a new version of JupyterLite

To deploy a new version of JupyterLite, you can update the version in https://github.com/jtpio/jupyterlite-demo/blob/main/requirements.txt.

The requirements.txt file can also be used to add extra JupyterLab extensions to the deployed JupyterLite website.

Then commit and push the changes. The site will be deployed on the next push to the main branch.

Development

Create a new environment:

mamba create -n jupyterlite-demo
conda activate jupyterlite-demo
pip install -r requirements.txt

Then follow the steps documented in the Configuring section.

About

Deployed instance of Jupyter lite for demos/testing


Languages

Language:Jupyter Notebook 100.0%