Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 491 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 491 Bytes

notebooks

Our community notebooks used in our workshops and talks. Docker container with Anaconda and some scientific Python stuff.

Usage

You can download and run this image using the following commands:

docker build -t joinvilleml/notebooks:latest .

And start the Jupyter Notebook server:

docker run --rm -it -p 8888:8888 -v "$(pwd):/notebooks" joinvilleml/notebooks

You can then view the Jupyter Notebook by opening http://localhost:8888 in your browser.