Skip to content

Use JupyterLite for the JupyterLab and Notebook demos #1

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

Merged
merged 3 commits into from
Mar 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion try.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,20 @@
Click the boxes below to learn how they work and to learn more.
If you like one, you can find <a href="/install">installation instructions here</a>.

⚠️Experimental⚠️ several of the environments below use the
<a href="https://jupyterlite.readthedocs.io/en/latest/">JupyterLite project</a> to provide a self-contained
Jupyter environment that runs in your browser. This is experimental technology and
may have some bugs, so please be patient and report any unexpected behavior in
<a href="https://github.com/jupyterlite/jupyterlite/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc">the JupyterLite repository</a>.

kernels_copy: |
Jupyter kernels allow you to use Jupyter interfaces and tools with <b>any programming language</b>.
Below are interactive demos for a few languages to help demonstrate. You can also find
<a href="https://github.com/jupyter/jupyter/wiki/Jupyter-kernels">a community-curated list of Jupyter kernels here</a>.

application_boxes:
- title: JupyterLab
description: The latest web-based interactive development environment. ⚠️experimental⚠️this uses the <a href="https://jupyterlite.readthedocs.io/en/latest/">JupyterLite</a> package, please report any unexpected behavior.
description: The latest web-based interactive development environment
src: try/jupyter.png
alt: Jupyter logo - Launch JupyterLab demo Binder
url: https://jupyter.org/try-jupyter/lab?path=notebooks%2FIntro.ipynb
Expand Down