A container with Python 3.7 + Jupyter Lab (and Notebook) for Raspberry Pi 4.
10K+
The purpose of this container is to create a Python 3.7 environment with Jupyter Lab (and Notebook) for use with Raspberry Pi 4 (armv7l).
Pull it.
docker pull oneoffcoder/rpi-jupyterlab:latest
Run it (plain).
docker run -it -p 8888:8888 oneoffcoder/rpi-jupyterlab
Run it (with host mount).
docker run -it \
-p 8888:8888 \
-v $HOME/git/docker-containers/rpi-jupyterlab/ipynb:/ipynb \
oneoffcoder/rpi-jupyterlab
Run it (with Jupyter Notebook instead of Jupyter lab)
docker run -it \
-p 8888:8888 \
-v $HOME/git/docker-containers/rpi-jupyterlab/ipynb:/ipynb \
-e JUPYTER_TYPE=notebook \
oneoffcoder/rpi-jupyterlab
Observe it.
Content type
Image
Digest
Size
523.6 MB
Last updated
about 7 years ago
docker pull oneoffcoder/rpi-jupyterlab