Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 807 Bytes

File metadata and controls

53 lines (31 loc) · 807 Bytes

Development Environment

Overview

Docker image contains:

  • Octave + Scientific packages
  • Jupyter Notebook + Lab (with Octave kernel)
  • VNC + noVNC web interface (to access Octave)
  • Development tools (tree, git, vim, etc.)

Prerequires

Docker installed on host machine.

Configure Git

Don't use Windows line endings:

git config --global core.autocrlf input

Build image

In the directory where this tutorial is run:

docker-compose build

Run the image

In the directory where this tutorial is run:

docker-compose run --rm --service-ports gammaspec-dev

Usage

Jupyter Notebook

From host machine access via web browser:

http://localhost:8888/

Octave

From host machine access via web browser:

http://localhost:6080/vnc_lite.html