/jupyter-containerization

Create containerized data-science environments

Primary LanguageDockerfile

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