diff --git a/.gitignore b/.gitignore index bc2e3c8c..36c37928 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ _site Gemfile.lock .DS_Store .jekyll-metadata +.jekyll-cache vendor .bundle .sass-cache diff --git a/try.html b/try.html index aa4d4bd1..11372ee1 100644 --- a/try.html +++ b/try.html @@ -14,6 +14,13 @@ Click the boxes below to learn how they work and to learn more. If you like one, you can find installation instructions here. +

+ ⚠️Experimental⚠️ several of the environments below use the + JupyterLite project 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 + the JupyterLite repository. + kernels_copy: | Jupyter kernels allow you to use Jupyter interfaces and tools with any programming language. Below are interactive demos for a few languages to help demonstrate. You can also find @@ -24,13 +31,13 @@ description: The latest web-based interactive development environment src: try/jupyter.png alt: Jupyter logo - Launch JupyterLab demo Binder - url: https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/HEAD?urlpath=lab/tree/demo + url: https://jupyter.org/try-jupyter/lab?path=notebooks%2FIntro.ipynb - title: Jupyter Notebook description: The original web application for creating and sharing computational documents src: try/python.svg alt: Python logo - Launch Jupyter Notebook demo Binder - url: https://mybinder.org/v2/gh/ipython/ipython-in-depth/HEAD?urlpath=tree/binder/Index.ipynb + url: https://jupyter.org/try-jupyter/retro/notebooks/?path=notebooks/Intro.ipynb - title: Voilà description: Share insights by converting notebooks into interactive dashboards