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: docs/using/selecting.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ repository. The following sections describe these images including their content
24
24
25
25
`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.
26
26
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)
28
28
*[Miniconda](https://conda.io/miniconda.html) Python 3.x in `/opt/conda`
29
29
* No preinstalled scientific computing packages
30
30
* 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
42
42
`jupyter/minimal-notebook` adds command line tools useful when working in Jupyter applications.
43
43
44
44
* 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
0 commit comments