Skip to content

LeonKalderon/jupyter-containerization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Jupyter containerization

Create containerized data-science jupyter environment with visual debugger

Getting Started

  • Build the image
docker build -t jupyter-notebook .
  • Run the container from the image
docker container run -p 8888:8888 jupyter-notebook
  • Open the url prompted in the terminal

Prerequisites

  • Docker

About

Create containerized data-science environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published