@@ -24,7 +24,7 @@ repository. The following sections describe these images including their content
...
@@ -24,7 +24,7 @@ repository. The following sections describe these images including their content
`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.
`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.
* Minimally-functional Jupyter Notebook server (e.g., no [pandoc](https://pandoc.org/) for saving notebooks as PDFs)
* Minimally-functional Jupyter Notebook server (e.g., no LaTeX support for saving notebooks as PDFs)
*[Miniconda](https://conda.io/miniconda.html) Python 3.x in `/opt/conda`
*[Miniconda](https://conda.io/miniconda.html) Python 3.x in `/opt/conda`
* No preinstalled scientific computing packages
* No preinstalled scientific computing packages
* Unprivileged user `jovyan` (`uid=1000`, configurable, see options) in group `users` (`gid=100`) with ownership over the `/home/jovyan` and `/opt/conda` paths
* 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,9 +42,8 @@ repository. The following sections describe these images including their content
`jupyter/minimal-notebook` adds command line tools useful when working in Jupyter applications.
`jupyter/minimal-notebook` adds command line tools useful when working in Jupyter applications.
* Everything in `jupyter/base-notebook`
* Everything in `jupyter/base-notebook`
*[Pandoc](http://pandoc.org) and [TeX Live](https://www.tug.org/texlive/) for notebook document conversion
*[TeX Live](https://www.tug.org/texlive/) for notebook document conversion
*[git](https://git-scm.com/), [emacs](https://www.gnu.org/software/emacs/), [jed](https://www.jedsoft.org/jed/), [nano](https://www.nano-editor.org/), tzdata, and
*[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
unzip
### jupyter/r-notebook
### jupyter/r-notebook
...
@@ -77,13 +76,13 @@ packages from [conda-forge](https://conda-forge.github.io/feedstocks)
...
@@ -77,13 +76,13 @@ packages from [conda-forge](https://conda-forge.github.io/feedstocks)
`jupyter/scipy-notebook` includes popular packages from the scientific Python ecosystem.
`jupyter/scipy-notebook` includes popular packages from the scientific Python ecosystem.
* Everything in `jupyter/minimal-notebook` and its ancestor images
* Everything in `jupyter/minimal-notebook` and its ancestor images
[protobuf](https://developers.google.com/protocol-buffers/docs/pythontutorial), and [xlrd](http://www.python-excel.org/) packages
[protobuf](https://developers.google.com/protocol-buffers/docs/pythontutorial), [xlrd](http://www.python-excel.org/), [bottleneck](https://bottleneck.readthedocs.io/en/latest/), and [pytables](https://www.pytables.org/) packages
*[ipywidgets](https://ipywidgets.readthedocs.io/en/stable/) and [ipympl](https://github.com/matplotlib/jupyter-matplotlib) for interactive visualizations and plots in Python notebooks
*[ipywidgets](https://ipywidgets.readthedocs.io/en/stable/) and [ipympl](https://github.com/matplotlib/jupyter-matplotlib) for interactive visualizations and plots in Python notebooks
*[Facets](https://github.com/PAIR-code/facets) for visualizing machine learning datasets
*[Facets](https://github.com/PAIR-code/facets) for visualizing machine learning datasets
...
@@ -183,8 +182,7 @@ the datascience-notebook image. Click here to launch it on
...
@@ -183,8 +182,7 @@ the datascience-notebook image. Click here to launch it on
`crosscompass/ihaskell-notebook` is based on [IHaskell](https://github.com/gibiansky/IHaskell). Includes popular packages and example notebooks.
`crosscompass/ihaskell-notebook` is based on [IHaskell](https://github.com/gibiansky/IHaskell). Includes popular packages and example notebooks.
Try it on binder: [](https://mybinder.org/v2/gh/jamesdbrock/learn-you-a-haskell-notebook/master?urlpath=lab/tree/ihaskell_examples/ihaskell/IHaskell.ipynb)