jupyterlite

overview

browser-based interactive computing

  • execute jupyter notebook/labs without jupyter notebook/abs server install

  • It might be developing the simple web/app easily

Table 3 comparision

category

jupyterlite

jupyter notebook

OS

no

linux/window/mac etc

python

pyodide

install python in those OS

server

no (browser’s IndexDB or localStorage)

install jupyter notebook/labs

UI

cover main function of jupyter notebook (currently not full coverage)

full utilized function of jupyter notebook

setup with github

  1. access jupyterlite demo repository

  2. create repo. with use this template

  3. update github action in my repo created

    • check permission:

  4. access my jupyterlite site: https://{userid}.github.io/{repo_name}

access my jupyterlite site on github

Hide code cell source
from IPython.display import IFrame
IFrame(src='https://gritism.github.io/jupyterlite', width=700, height=400)

to-do

jupyterlite-sphinx