Skip to content

Commit 884fdd2

Browse files
authored
Use JupyterLite for try.jupyter.org (#682)
1 parent 8414e83 commit 884fdd2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ _site
22
Gemfile.lock
33
.DS_Store
44
.jekyll-metadata
5+
.jekyll-cache
56
vendor
67
.bundle
78
.sass-cache

try.html

+9-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
Click the boxes below to learn how they work and to learn more.
1515
If you like one, you can find <a href="/install">installation instructions here</a>.
1616

17+
<br><br>
18+
⚠️<strong>Experimental</strong>⚠️ several of the environments below use the
19+
<a href="https://jupyterlite.readthedocs.io/en/latest/">JupyterLite project</a> to provide a self-contained
20+
Jupyter environment that runs in your browser. This is experimental technology and
21+
may have some bugs, so please be patient and report any unexpected behavior in
22+
<a href="https://github.com/jupyterlite/jupyterlite/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc">the JupyterLite repository</a>.
23+
1724
kernels_copy: |
1825
Jupyter kernels allow you to use Jupyter interfaces and tools with <b>any programming language</b>.
1926
Below are interactive demos for a few languages to help demonstrate. You can also find
@@ -24,13 +31,13 @@
2431
description: The latest web-based interactive development environment
2532
src: try/jupyter.png
2633
alt: Jupyter logo - Launch JupyterLab demo Binder
27-
url: https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/HEAD?urlpath=lab/tree/demo
34+
url: https://jupyter.org/try-jupyter/lab?path=notebooks%2FIntro.ipynb
2835

2936
- title: Jupyter Notebook
3037
description: The original web application for creating and sharing computational documents
3138
src: try/python.svg
3239
alt: Python logo - Launch Jupyter Notebook demo Binder
33-
url: https://mybinder.org/v2/gh/ipython/ipython-in-depth/HEAD?urlpath=tree/binder/Index.ipynb
40+
url: https://jupyter.org/try-jupyter/retro/notebooks/?path=notebooks/Intro.ipynb
3441

3542
- title: Voilà
3643
description: Share insights by converting notebooks into interactive dashboards

0 commit comments

Comments
 (0)