Skip to content
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

Mention jupyter/docker stacks as an alternative to rocker/binder #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions images/versioned/binder.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://rocker-project.org/images/external.html#jupyter-docker-stacks)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I understand correctly, Quarto correctly converts relative links to HTML, so use relative links to md files here, not http.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like this

### [Mamba](https://github.com/mamba-org/mamba)
A package manager to install various packages from [conda-forge](https://conda-forge.org/) and others.
If you use Mamba on Linux for R, it may be easier to install packages,
see also the [Extending images](../use/extending.md#conda-forge) page.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just stumbled across this open PR. I don't have skin in the game here, but it looks like you are both close to a close and approve. @yuvipanda, a little nudge - what do you think of the requested changes?

project instead.