Skip to content

Latest commit

 

History

History

rpi-jupyterlab

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

One-Off Coder Logo

Purpose

The purpose of this container is to create a Python 3.7 environment with Natural Language Processing (NLP) APIs for use with Raspberry Pi 4 (armv7l).

Note that you should be building and using this container only on a Raspberry Pi 4.

Docker Hub

Image

Docker

Build it.

./build.sh

Run it (plain).

docker run -it -p 8888:8888 rpi-jupyterlab:local

Run it (with host mount).

docker run -it \
    -p 8888:8888 \
    -v $HOME/git/docker-containers/rpi-jupyterlab/ipynb:/ipynb \
    rpi-jupyterlab:local

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 \
    rpi-jupyterlab:local

Observe it.

Take a Look!

Check out Tom Mitchell.

Citation

@misc{oneoffcoder_rpi_jupyterlab_2019, 
title={Docker container with Python 3.7 and Jupyter Lab for Raspberry Pi 4}, 
url={https://github.com/oneoffcoder/docker-containers/tree/master/rpi-jupyterlab}, 
journal={GitHub},
author={One-Off Coder}, 
year={2019}, 
month={Jul}}