From 881a93d8b2d6bdc7f957391fe797f2255dbad20e Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 23 Feb 2022 13:56:52 +0100 Subject: [PATCH 1/9] Use JupyterLite for the JupyterLab and Notebook demos --- try.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/try.html b/try.html index aa4d4bd1..34f52efe 100644 --- a/try.html +++ b/try.html @@ -24,13 +24,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://jtpio.github.io/try-jupyter/lab - 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://jtpio.github.io/try-jupyter/retro/notebooks/?path=notebooks/Intro.ipynb - title: Voilà description: Share insights by converting notebooks into interactive dashboards From 468af373eb93d0c84eda2d45a106efa0161af97a Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 23 Feb 2022 13:57:08 +0100 Subject: [PATCH 2/9] Add .jekyll-cache to the .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 From 049c32cf7a973f9346757bd8336e8dd8b7ec1097 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 3 Mar 2022 16:52:39 +0100 Subject: [PATCH 3/9] Point to https://jupyter.org/try-jupyter --- try.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/try.html b/try.html index 34f52efe..ff41eac0 100644 --- a/try.html +++ b/try.html @@ -24,13 +24,13 @@ description: The latest web-based interactive development environment src: try/jupyter.png alt: Jupyter logo - Launch JupyterLab demo Binder - url: https://jtpio.github.io/try-jupyter/lab + url: https://jupyter.org/try-jupyter/lab - 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://jtpio.github.io/try-jupyter/retro/notebooks/?path=notebooks/Intro.ipynb + url: https://jupyter.org/try-jupyter/retro/notebooks/?path=notebooks/Intro.ipynb - title: Voilà description: Share insights by converting notebooks into interactive dashboards From de7e6ac2734bedb1b843b04337bf9bb0e46e8bbb Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 3 Mar 2022 21:51:55 +0100 Subject: [PATCH 4/9] Update try.html Co-authored-by: Chris Holdgraf --- try.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/try.html b/try.html index ff41eac0..b71d51a7 100644 --- a/try.html +++ b/try.html @@ -24,7 +24,7 @@ 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 + 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 From eea4ff57215700295958864cabecf25ce535c774 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 3 Mar 2022 21:52:06 +0100 Subject: [PATCH 5/9] Update try.html Co-authored-by: Chris Holdgraf --- try.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/try.html b/try.html index b71d51a7..0730a2df 100644 --- a/try.html +++ b/try.html @@ -21,7 +21,7 @@ application_boxes: - title: JupyterLab - description: The latest web-based interactive development environment + description: The latest web-based interactive development environment. ⚠️experimental⚠️this uses the JupyterLite package, please report any unexpected behavior. src: try/jupyter.png alt: Jupyter logo - Launch JupyterLab demo Binder url: https://jupyter.org/try-jupyter/lab?path=notebooks%2FIntro.ipynb From 65077139dfdd9ba8c0a49232764ca9bc89466cac Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Thu, 3 Mar 2022 13:04:43 -0800 Subject: [PATCH 6/9] Update JupyterLite information --- try.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/try.html b/try.html index 0730a2df..2a0496ff 100644 --- a/try.html +++ b/try.html @@ -14,6 +14,12 @@ Click the boxes below to learn how they work and to learn more. If you like one, you can find installation instructions here. + ⚠️Exprimental⚠️ several of the environments below use the + JupyterLite project to provide a self-contained + Jupyter environment that runs on your computer. 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 @@ -21,7 +27,7 @@ application_boxes: - title: JupyterLab - description: The latest web-based interactive development environment. ⚠️experimental⚠️this uses the JupyterLite 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 From 3a592dd221bbc4fe93654095d04df5841289db85 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Thu, 3 Mar 2022 13:06:29 -0800 Subject: [PATCH 7/9] Update try.html --- try.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/try.html b/try.html index 2a0496ff..efa51902 100644 --- a/try.html +++ b/try.html @@ -14,7 +14,7 @@ Click the boxes below to learn how they work and to learn more. If you like one, you can find installation instructions here. - ⚠️Exprimental⚠️ several of the environments below use the + ⚠️Experimental⚠️ several of the environments below use the JupyterLite project to provide a self-contained Jupyter environment that runs on your computer. This is experimental technology and may have some bugs, so please be patient and report any unexpected behavior in From f134cbf95f52fe4d5902b120d138b4e176426e51 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Thu, 3 Mar 2022 13:06:57 -0800 Subject: [PATCH 8/9] Update try.html --- try.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/try.html b/try.html index efa51902..72fa196b 100644 --- a/try.html +++ b/try.html @@ -16,7 +16,7 @@ ⚠️Experimental⚠️ several of the environments below use the JupyterLite project to provide a self-contained - Jupyter environment that runs on your computer. This is experimental technology and + 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. From 74210e86e3a485977ba9e1b92d49025fe8afe6d1 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 3 Mar 2022 22:39:14 +0100 Subject: [PATCH 9/9] Update try.html Co-authored-by: Chris Holdgraf --- try.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/try.html b/try.html index 72fa196b..11372ee1 100644 --- a/try.html +++ b/try.html @@ -14,7 +14,8 @@ 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 +

+ ⚠️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