From 335b3ab85e85b9be9579be43ea0018d278247940 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Wed, 17 Jan 2024 10:49:13 -0800 Subject: [PATCH 1/2] Mention jupyter/docker stacks as an alternative to rocker/binder rocker/binder contains some Jupyter things, but the rocker project as a whole is not focused on Jupyter. This links them out to the jupyter/docker-stacks project, which is more Jupyter focused to serve users who are looking for more Jupyter focused container images. I think a lot of communities / users use a combination of Python (from various sources) and R (from the rocker project) already anyway. I link to the rocker project from jupyter/docker-stacks since last month (https://github.com/jupyter/docker-stacks/pull/2065), and one of the maintainers asked if I could provide a link back as well. --- images/versioned/binder.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/images/versioned/binder.md b/images/versioned/binder.md index 93e0f21..034ef9b 100644 --- a/images/versioned/binder.md +++ b/images/versioned/binder.md @@ -74,3 +74,9 @@ execute `/init` command with the root user specified. ```sh docker run --rm -ti -p 8787:8787 --user root rocker/binder /init ``` + +## Alternatives + +If you are *primarily* interested in using the Jupyter ecosystem of tools, consider using +the images from the [jupyter/docker-stacks](https://jupyter-docker-stacks.readthedocs.io/) +project instead. \ No newline at end of file From 62eed1e5c9d791b63e9d6bbbd0eb7868df0eae9b Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 19 Jan 2024 18:44:10 -0800 Subject: [PATCH 2/2] Link to external page of the website instead --- images/versioned/binder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/versioned/binder.md b/images/versioned/binder.md index 034ef9b..049982a 100644 --- a/images/versioned/binder.md +++ b/images/versioned/binder.md @@ -78,5 +78,5 @@ docker run --rm -ti -p 8787:8787 --user root rocker/binder /init ## Alternatives If you are *primarily* interested in using the Jupyter ecosystem of tools, consider using -the images from the [jupyter/docker-stacks](https://jupyter-docker-stacks.readthedocs.io/) +the images from the [jupyter/docker-stacks](https://rocker-project.org/images/external.html#jupyter-docker-stacks) project instead. \ No newline at end of file