Skip to content

Commit 4e0fdb1

Browse files
authored
Merge pull request #1070 from romainx/image_doc_fix
[DOC] Selecting image doc minor fixes
2 parents 8b4d6f6 + c0ff7e0 commit 4e0fdb1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/using/selecting.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repository. The following sections describe these images including their content
2424

2525
`jupyter/base-notebook` is a small image supporting the [options common across all core stacks](common.md). It is the basis for all other stacks.
2626

27-
* Minimally-functional Jupyter Notebook server (e.g., no [pandoc](https://pandoc.org/) for saving notebooks as PDFs)
27+
* Minimally-functional Jupyter Notebook server (e.g., no LaTeX support for saving notebooks as PDFs)
2828
* [Miniconda](https://conda.io/miniconda.html) Python 3.x in `/opt/conda`
2929
* No preinstalled scientific computing packages
3030
* Unprivileged user `jovyan` (`uid=1000`, configurable, see options) in group `users` (`gid=100`) with ownership over the `/home/jovyan` and `/opt/conda` paths
@@ -42,9 +42,8 @@ repository. The following sections describe these images including their content
4242
`jupyter/minimal-notebook` adds command line tools useful when working in Jupyter applications.
4343

4444
* Everything in `jupyter/base-notebook`
45-
* [Pandoc](http://pandoc.org) and [TeX Live](https://www.tug.org/texlive/) for notebook document conversion
46-
* [git](https://git-scm.com/), [emacs](https://www.gnu.org/software/emacs/), [vi](https://vim.org/) (actually `vim-tiny`), [jed](https://www.jedsoft.org/jed/), [nano](https://www.nano-editor.org/), tzdata, and
47-
unzip
45+
* [TeX Live](https://www.tug.org/texlive/) for notebook document conversion
46+
* [git](https://git-scm.com/), [emacs](https://www.gnu.org/software/emacs/) (actually `emacs-nox`), [vi](https://vim.org/) (actually `vim-tiny`), [jed](https://www.jedsoft.org/jed/), [nano](https://www.nano-editor.org/), tzdata, and unzip
4847

4948
### jupyter/r-notebook
5049

@@ -77,7 +76,7 @@ packages from [conda-forge](https://conda-forge.github.io/feedstocks)
7776
`jupyter/scipy-notebook` includes popular packages from the scientific Python ecosystem.
7877

7978
* Everything in `jupyter/minimal-notebook` and its ancestor images
80-
* [pandas](https://pandas.pydata.org/), [numexpr](https://github.com/pydata/numexpr), [matplotlib](https://matplotlib.org/), [scipy](https://www.scipy.org/),
79+
* [dask](https://dask.org/), [pandas](https://pandas.pydata.org/), [numexpr](https://github.com/pydata/numexpr), [matplotlib](https://matplotlib.org/), [scipy](https://www.scipy.org/),
8180
[seaborn](https://seaborn.pydata.org/), [scikit-learn](http://scikit-learn.org/stable/), [scikit-image](http://scikit-image.org/),
8281
[sympy](http://www.sympy.org/en/index.html), [cython](http://cython.org/), [patsy](https://patsy.readthedocs.io/en/latest/),
8382
[statsmodel](http://www.statsmodels.org/stable/index.html), [cloudpickle](https://github.com/cloudpipe/cloudpickle), [dill](https://pypi.python.org/pypi/dill),

0 commit comments

Comments
 (0)