Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 587 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 587 Bytes

jupyter-docker-compose

A simple template for running jupyter notebook in a docker-container.

Apart from running the jupyter/minimal-notebook notebook image it will make sure the dependencies from requirements.txt are installed.

How to use

  1. Copy the files in the repo to your own project directory.
  2. Make sure the required dependencies are in requirements.txt.
  3. Open a terminal and run:
docker-compose up 

After the requirements are installed the jupyter server will be started. When ready it will provide you the url to the notebook webinterface.