https://github.com/ivotron/docker-jupyter
Jupyter for python 3.4.x with pandas, matplotlib, pytables and h5py
https://github.com/ivotron/docker-jupyter
Last synced: about 2 months ago
JSON representation
Jupyter for python 3.4.x with pandas, matplotlib, pytables and h5py
- Host: GitHub
- URL: https://github.com/ivotron/docker-jupyter
- Owner: ivotron
- Created: 2016-01-04T22:51:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T09:52:51.000Z (almost 6 years ago)
- Last Synced: 2025-03-21T11:51:02.143Z (about 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jupyter image without `jovyan` user
Replicates the [`scipy-notebook`][scipy] image, with extra Jupyterlab
extensions:
- juptext
- jupyterlab_vim
Usage is similar as [upstream image][upstream] but processes run as
`root`, for example:
```bash
docker run --rm \
-p 8888:8888 \
-v "$PWD":/workspace \
-w /workspace \
ivotron/jupyter:9b87b1625445 \
jupyter lab --allow-root --NotebookApp.token=''
```
## Pre-built images
Available at [`ivotron/jupyter`][hub]. Tags are similar to upstream
tags.
## Motivation
On MacOS and Windows, being `root` inside a container is fine. Same
for Linux when using [`podman`](https://podman.io).
[scipy]: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-scipy-notebook
[upstream]: https://github.com/jupyter/docker-stacks
[hub]: https://hub.docker.com/repository/docker/ivotron/jupyter