pinei / rpi-jupyter-spark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpi-jupyter-spark

An attempt to build a Docker image for running JupyterLab and PySpark with all dependencies pre-installed

How to

Build:

docker build --platform linux/arm64/v8 -t rpi-jupyter-lab .

Run:

docker run -p 8888:8888 rpi-jupyter-lab

Running a default image for Jupyter Lab

docker run -it -p 10000:8888 --network host -e JUPYTER_ENABLE_LAB=yes jupyter/scipy-notebook

References

About