You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: binder/README.ipynb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -66,14 +66,14 @@
66
66
"metadata": {},
67
67
"outputs": [],
68
68
"source": [
69
-
"!which conda"
69
+
"!which mamba"
70
70
]
71
71
},
72
72
{
73
73
"cell_type": "markdown",
74
74
"metadata": {},
75
75
"source": [
76
-
"The user has read/write access to the root conda environment."
76
+
"The user has read/write access to the root mamba environment."
77
77
]
78
78
},
79
79
{
@@ -89,7 +89,7 @@
89
89
"cell_type": "markdown",
90
90
"metadata": {},
91
91
"source": [
92
-
"The following packages are conda-installed in the base image to support [Jupyter Notebook](https://github.com/jupyter/notebook), [JupyterLab](https://github.com/jupyterlab/jupyterlab), and their use in [JupyterHub](https://github.com/jupyterhub/jupyterhub) environments (e.g., [MyBinder](https://mybinder.org/))."
92
+
"The following packages are mamba-installed in the base image to support [Jupyter Notebook](https://github.com/jupyter/notebook), [JupyterLab](https://github.com/jupyterlab/jupyterlab), and their use in [JupyterHub](https://github.com/jupyterhub/jupyterhub) environments (e.g., [MyBinder](https://mybinder.org/))."
Copy file name to clipboardExpand all lines: docs/contributing/stacks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Feel free to follow it or pave your own path using alternative services and buil
18
18
First, install [cookiecutter](https://github.com/cookiecutter/cookiecutter) using pip or conda:
19
19
20
20
```bash
21
-
pip install cookiecutter # or conda install cookiecutter
21
+
pip install cookiecutter # or mamba install cookiecutter
22
22
```
23
23
24
24
Run the cookiecutter command pointing to the [jupyter/cookiecutter-docker-stacks](https://github.com/jupyter/cookiecutter-docker-stacks) project on GitHub.
Conda is configured by default to use only the [`conda-forge`](https://anaconda.org/conda-forge) channel.
182
-
However, alternative channels can be used either one shot by overwriting the default channel in the installation command or by configuring `conda` to use different channels.
182
+
However, alternative channels can be used either one shot by overwriting the default channel in the installation command or by configuring `mamba` to use different channels.
183
183
The examples below show how to use the [anaconda default channels](https://repo.anaconda.com/pkgs/main) instead of `conda-forge` to install packages.
184
184
185
185
```bash
186
186
# using defaults channels to install a package
187
-
conda install --channel defaults humanize
187
+
mamba install --channel defaults humanize
188
188
# configure conda to add default channels at the top of the list
-[mamba](https://github.com/mamba-org/mamba): "reimplementation of the conda package manager in C++".
31
+
-[mamba](https://github.com/mamba-org/mamba): "reimplementation of the conda package manager in C++". We use this package manager by default when installing packages.
32
32
-`notebook`, `jupyterhub` and `jupyterlab` packages
33
33
- No preinstalled scientific computing packages
34
34
- Unprivileged user `jovyan` (`uid=1000`, configurable, see options) in group `users` (`gid=100`)
0 commit comments