Launch JupyterLab in binder

This commit is contained in:
Ayaz Salikhov
2022-03-30 21:26:41 +01:00
parent c9f7710ba4
commit 614f8956b4
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ You can use a stack image to do any of the following (and more):
## Quick Start ## Quick Start
You can try a [relatively recent build of the jupyter/base-notebook image on mybinder.org](https://mybinder.org/v2/gh/jupyter/docker-stacks/master?filepath=README.ipynb) You can try a [relatively recent build of the jupyter/base-notebook image on mybinder.org](https://mybinder.org/v2/gh/jupyter/docker-stacks/master?urlpath=lab/tree/README.ipynb)
by simply clicking the preceding link. by simply clicking the preceding link.
Otherwise, the examples below may help you get started if you [have Docker installed](https://docs.docker.com/install/), Otherwise, the examples below may help you get started if you [have Docker installed](https://docs.docker.com/install/),
know [which Docker image](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html) you want to use know [which Docker image](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html) you want to use

View File

@@ -6,9 +6,9 @@
"source": [ "source": [
"# jupyter/base-notebook on Binder\n", "# jupyter/base-notebook on Binder\n",
"\n", "\n",
"Run the cells below to inspect what's in the [jupyter/base-notebook](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-base-notebook) image from the Jupyter Docker Stacks project. \n", "Run the cells below to inspect what's in the [jupyter/base-notebook](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-base-notebook) image from the Jupyter Docker Stacks project.\n",
"\n", "\n",
"Click here to open a [JupyterLab](../lab) tab. Click here to open a [Classic Notebook](../notebooks) tab." "You can launch the classic notebook interface from within a user session by opening JupyterLab and replacing /lab/ with /tree/ in the default JupyterLab URL."
] ]
}, },
{ {