Commit f055648e authored by romainx's avatar romainx

Rollback changes made on editors

parent 4271b09b
......@@ -11,8 +11,6 @@ Using one of the Jupyter Docker Stacks requires two choices:
This section provides details about the first.
Note: Deprecated feature or image content is displayed with ~~strikethrough~~ formatting.
## Core Stacks
The Jupyter team maintains a set of Docker image definitions in the
......@@ -50,8 +48,8 @@ and versioning strategy.
- Everything in `jupyter/base-notebook`
- [TeX Live](https://www.tug.org/texlive/) for notebook document conversion
- [git](https://git-scm.com/), ~~[emacs](https://www.gnu.org/software/emacs/) (actually `emacs-nox`)~~,
[vi](https://vim.org/) (actually `vim-tiny`),
- [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/) (actually `nano-tiny`), tzdata, and unzip
### jupyter/r-notebook
......
......@@ -10,11 +10,11 @@ USER root
# Install all OS dependencies for fully functional notebook server
RUN apt-get update && apt-get install -yq --no-install-recommends \
build-essential \
# Emacs installation is deprecated
emacs-nox \
vim-tiny \
git \
inkscape \
jed \
libsm6 \
libxext-dev \
libxrender1 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment