An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# SciPy 2022 - JupyterLite Virtual Poster

[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge-launch.svg)](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.

![a screenshot of JupyterLite in action showing a notebook, the iris dataset and a rendered GeoJSON file](https://user-images.githubusercontent.com/591645/177938938-196760d1-32da-466b-ba55-ec817df9674f.png)

## ✨ 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 🧡