Minimal Jupyter Lab/Notebook installation w/ visualpython and git extensions enabled.
10K+
The source code is available at github.com/a-mhamdi/jupyter. To install and run Jupyter, follow these steps:
export JUPYTER_CONFIG_DIR=.jupyter
uv pip venv .venv
source .venv/bin/activate
uv pip install -U pip
uv pip install -r requirements.txt --upgrade
jupyter notebook # lab
In order to retrieve the docker image, type:
docker pull abmhamdi/jupyter
The steps below can be used to rebuild the docker image:
docker build -t jupyter:local .
docker run --rm -p 2468:2468 jupyter:local
Content type
Image
Digest
sha256:6a4175dfd…
Size
863 MB
Last updated
almost 2 years ago
docker pull abmhamdi/jupyter