Description
cc @pavithraes @tcmetzger @philippjfr
Some thoughts:
I was thinking that we might simply have two versions of the intro and installation notebooks? Keep the ones we have now for actually running locally, but then have "pyodide" versions that do the necessary micropip
installs, etc. Then a static hopefully we can point a tutorial.bokeh.org
domain at the pyodide versions? I am less clear on how that might work, but I assume whatever happens on the Jupyter-lite site is something we can do ourselves? (These are ultimately just static pages after all).
What I would also wonder about is how to handle the helper functions and data that the tutorial use... should be just add a bokeh-tutorial
package that can be pip / micropip installed that has all this stuff? Though the Jupyter-lite site has a data folder so maybe we can just point our our jupyter-lite setup at a repo tag or something?
Edit: here are the jupyter-lite docs for building your own on GH pages: https://jupyterlite.readthedocs.io/en/stable/quickstart/deploy.html