Skip to content

sciarrilli/jupyter-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Jupyter Container

This environment is setup for python 3.9 and the specific versions of libraries in requirements.txt which are compatible with python 3.9

Steps to setup

  1. install docker
  2. cd jupyter-container
  3. docker build -t jupyter .
  4. docker run --rm -p 8888:8888 -v ~/Documents/Data\ Science/:/home/jupyter/ jupyter
  5. open a browser to localhost:8888

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published