-
Notifications
You must be signed in to change notification settings - Fork 183
Use JupyterLite for try.jupyter.org #682
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
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
881a93d
Use JupyterLite for the JupyterLab and Notebook demos
jtpio 468af37
Add .jekyll-cache to the .gitignore
jtpio 049c32c
Point to https://jupyter.org/try-jupyter
jtpio de7e6ac
Update try.html
jtpio eea4ff5
Update try.html
jtpio 6507713
Update JupyterLite information
choldgraf 3a592dd
Update try.html
choldgraf f134cbf
Update try.html
choldgraf 437f4bd
Merge pull request #1 from jupyter/jupyterlite-intro
jtpio 74210e8
Update try.html
jtpio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ _site | |
Gemfile.lock | ||
.DS_Store | ||
.jekyll-metadata | ||
.jekyll-cache | ||
vendor | ||
.bundle | ||
.sass-cache | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -14,6 +14,13 @@ | |||||
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>. | ||||||
|
||||||
<br><br> | ||||||
⚠️<strong>Experimental</strong>⚠️ 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 | ||||||
|
@@ -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 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
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 | ||||||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.