Skip to content

buarki/augmented-jupyter-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

augmented jupyter notebook

Basic usage

docker run -it --rm -p 8888:8888 -e JUPYTER_TOKEN=password buarki/augmented-jupyter-notebook

Then you can open http://localhost:8888/ on a browser and it'll ask you for a token or password. If you just ran above command you can pass password as param.

Build and running locally

You can build and run image locally using. One simple way is using the available commands on Makefile. To build the image you can run:

make build

To run with docker-compose you can:

make run_with_docker_compose

Base image

The base image docs can be found at jupyter-docker-stacks, base base image is sourced from jupyter dockerhub.

Releases

No releases published

Packages

No packages published