Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jupyter/try-jupyter
A JupyterLite deployment to try JupyterLab, Jupyter Notebook and IPython in the browser
https://github.com/jupyter/try-jupyter
ipython jupyter jupyterlab
Last synced: 29 days ago
JSON representation
A JupyterLite deployment to try JupyterLab, Jupyter Notebook and IPython in the browser
- Host: GitHub
- URL: https://github.com/jupyter/try-jupyter
- Owner: jupyter
- Created: 2022-02-22T14:58:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T17:25:35.000Z (about 2 months ago)
- Last Synced: 2024-09-30T05:43:52.546Z (about 1 month ago)
- Topics: ipython, jupyter, jupyterlab
- Language: Jupyter Notebook
- Homepage: https://jupyter.org/try-jupyter
- Size: 43.1 MB
- Stars: 9
- Watchers: 5
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Try Jupyter, powered by JupyterLite
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupyter.org/try-jupyter)
A tour of Jupyter and IPython, powered by JupyterLite.
## ✨ Try it in your browser ✨
➡️ **https://jupyter.org/try-jupyter**
Clicking the link above should load a JupyterLab environment running in your browser. Open the Introductory notebook at `content/Intro.ipynb` to get started.
## About this repository
This is a demonstration repository meant for use at `try.jupyter.org`. It uses the [JupyterLite project](https://jupyterlite.readthedocs.io/en/latest/) to embed a self-contained Jupyter environment in the browser, along with many popular packages in scientific computing.
It uses GitHub pages to serve the JupyterLite bundle, and is accessible at https://jupyter.org/try-jupyter.
### How to edit these notebooks
The notebooks in this repository are written with [JupyterLite kernels](https://jupyterlite.readthedocs.io/en/latest/kernels/index.html), so if you edit them locally, you will likely over-write the kernel information with your local kernels.
As such, the easiest way to make edits to them is to do so [**via the Try Jupyter Page**](https://jupyter.org/try-jupyter).
Make the edits you wish at that URL, then download the notebook and replace the one in a repository locally.