From d9f41655fe6185c08e36ba6db0debf6a8d99962f Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 8 Jan 2024 10:58:58 +0400 Subject: [PATCH] Simplify README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fd13f1f9..46d304f7 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ You can use a stack image to do any of the following (and more): ## Quick Start -You can try a [relatively recent build of the quay.io/jupyter/base-notebook image on mybinder.org](https://mybinder.org/v2/gh/jupyter/docker-stacks/main?urlpath=lab/tree/README.ipynb) -by simply clicking the preceding link. +You can [try a relatively recent build of the quay.io/jupyter/base-notebook image on mybinder.org](https://mybinder.org/v2/gh/jupyter/docker-stacks/main?urlpath=lab/tree/README.ipynb). Otherwise, the examples below may help you get started if you [have Docker installed](https://docs.docker.com/get-docker/), know [which Docker image](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html) you want to use, and want to launch a single Jupyter Application in a container.