https://github.com/jtpio/scipy-2022-virtual-poster
The JupyterLite virtual poster at SciPy 2022
https://github.com/jtpio/scipy-2022-virtual-poster
jupyter jupyterlite python scipy webassembly
Last synced: 25 days ago
JSON representation
The JupyterLite virtual poster at SciPy 2022
- Host: GitHub
- URL: https://github.com/jtpio/scipy-2022-virtual-poster
- Owner: jtpio
- Created: 2022-06-27T07:37:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-11T17:34:46.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T16:50:39.579Z (3 months ago)
- Topics: jupyter, jupyterlite, python, scipy, webassembly
- Language: Jupyter Notebook
- Homepage: https://scipy-2022-jupyterlite-virtual-poster.readthedocs.io/en/latest
- Size: 178 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SciPy 2022 - JupyterLite Virtual Poster
[](https://scipy-2022-jupyterlite-virtual-poster.readthedocs.io/en/latest/lite/lab/index.html?path=intro.ipynb)
JupyterLite is a JupyterLab distribution that runs entirely in the web browser, backed by in-browser language kernels.

## ✨ Try it in your browser ✨
Since JupyterLite can be deployed as a fully static website, it is very easy to use it in a web browser:
➡️ **[https://scipy-2022-jupyterlite-virtual-poster.readthedocs.io/en/latest/lite/lab/index.html?path=intro.ipynb](https://scipy-2022-jupyterlite-virtual-poster.readthedocs.io/en/latest/lite/lab/index.html?path=intro.ipynb)**
## Interactive documentation made easy
Because it is simple to embed on any website, JupyterLite is now being used on many documentation
website of popular scientific libraries:- `numpy`: [https://numpy.org](https://numpy.org)
- `pandas`: [https://pandas.pydata.org/getting_started.html](https://pandas.pydata.org/getting_started.html)
- `sympy`: [https://www.sympy.org/en/shell.html](https://www.sympy.org/en/shell.html)
- Try Jupyter website: [https://jupyter.org/try](https://jupyter.org/try)### Embedding a Notebook in Sphinx with `jupyterlite-sphinx`
With `jupyterlite-sphinx` it's possible to embed a Notebook in a documentation website:
```{retrolite} content/python.ipynb
:width: 100%
:height: 600px
```## References
### Repositories
- JupyterLite Documentation: [https://jupyterlite.readthedocs.io/en/latest](https://jupyterlite.readthedocs.io/en/latest/)
- JupyterLite Demo deployed on GitHub Pages: [https://github.com/jupyterlite/demo](https://github.com/jupyterlite/demo)### Blog Posts
- [JupyterLite -Jupyter ❤️ WebAssembly ❤️ Python](https://blog.jupyter.org/jupyterlite-jupyter-%EF%B8%8F-webassembly-%EF%B8%8F-python-f6e2e41ab3fa)
- [Xeus-Lite - JupyterLite + Xeus = ❤️️](https://blog.jupyter.org/xeus-lite-379e96bb199d)
- [Jupyter Everywhere](https://blog.jupyter.org/jupyter-everywhere-f8151c2cc6e8)### Talks
- [PyData Global 2021](https://youtu.be/EzclRzL8rt0)
- [PyConDE & PyData Berlin 2022](https://youtu.be/4rDRs_W9ICM)## Authors
- [Thorsten Beier](https://github.com/DerThorsten)
- [Nicholas Bollweg](https://github.com/bollwyvl)
- [Martin Renou](https://github.com/martinRenou)
- [Jeremy Tuloup](https://github.com/jtpio)We would like to give a special thanks to all the contributors 🧡