Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 526 Bytes

readme.md

File metadata and controls

18 lines (11 loc) · 526 Bytes

Scientific Python Environment

This is a scientific Python environment that runs inside a docker container.

Get started

Run docker-compose up to start the Jupyter server. If this is the first time you are running the command, it may take a while to download and install everything.

Once the server is up and running, point your web-browser to http://localhost:8888.

Adding extra python packages.

Add extra packages to the requirements.txt file and run docker-compose up --build to rebulid the container.