Skip to content

data-science-joinville/notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published