Sign inSign up

abmhamdi/jupyter

By abmhamdi

Updated almost 2 years ago

Minimal Jupyter Lab/Notebook installation w/ visualpython and git extensions enabled.

Image
Machine learning & AI
Developer tools
Monitoring & observability
0

10K+

abmhamdi/jupyter repository overview

Jupyter Docker Image

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
  • The server is accessible via port 2468;
  • No password is required.

Tag summary

Content type

Image

Digest

sha256:6a4175dfd

Size

863 MB

Last updated

almost 2 years ago

docker pull abmhamdi/jupyter