d-w-moore / custom_jupyter_notebook

configure a password and default ip/port on top of jupyter/base-notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Jupyter Notebook

Build the image

docker build --build-arg=notebook_{pw="hello",port=8889} -t mynotebook . --no-cache

Run it:

docker run  -dit -p8889:8889 mynotebook

Navigate to localhost:8889 . Enter the password, "hello", when prompted.

About

configure a password and default ip/port on top of jupyter/base-notebook


Languages

Language:Python 69.1%Language:Dockerfile 30.9%