Sign inSign up

oneoffcoder/rpi-jupyterlab

By oneoffcoder

Updated about 7 years ago

A container with Python 3.7 + Jupyter Lab (and Notebook) for Raspberry Pi 4.

Image
1

10K+

oneoffcoder/rpi-jupyterlab repository overview

Purpose

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).

Source

GitHub

Docker

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.

Tag summary

Content type

Image

Digest

Size

523.6 MB

Last updated

about 7 years ago

docker pull oneoffcoder/rpi-jupyterlab