Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use JupyterLite to expose the notebooks on ReadTheDocs #116

Open
haz opened this issue Jul 13, 2021 · 1 comment
Open

Use JupyterLite to expose the notebooks on ReadTheDocs #116

haz opened this issue Jul 13, 2021 · 1 comment
Labels
documentation Something to know about enhancement Enhances existing features feature request A request for something new

Comments

@haz
Copy link

haz commented Jul 13, 2021

https://blog.jupyter.org/jupyterlite-jupyter-%EF%B8%8F-webassembly-%EF%B8%8F-python-f6e2e41ab3fa

JupyterLite can easily be deployed as a static website. That’s it, no server, no complicated setup, no scalability issue. Just a plain HTTP server to serve static files to users.

This simple approach makes it possible to use a variety of options: nginx, Binder, GitHub Pages or GitLab Pages, Vercel, Netlify, and more. It can even be deployed to ReadTheDocs, which is where the default JupyterLite demo site is hosted and continuously updated.

@miquelramirez miquelramirez added documentation Something to know about feature request A request for something new enhancement Enhances existing features labels Jul 13, 2021
@gfrances
Copy link
Member

Very cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Something to know about enhancement Enhances existing features feature request A request for something new
Projects
None yet
Development

No branches or pull requests

3 participants