jayv / docker-scala-intro

Docker image with an intro to scala course notebook - work in progress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro to scala

an interactive scala notebook

Only docker is required to run this notebook.

  1. Run/create docker container via docker run --rm -it -p 8888:8888 -v $(pwd):/notebooks/my jayv/intro-scala
  2. Point browser at localhost:8888
  3. The course notebooks will be in the root folder, you can create notebooks to experiment under /my, they will be stored in your pwd or whatever you substituted in the docker command. Course notebooks will be overwritten on every container restart.

About

Docker image with an intro to scala course notebook - work in progress


Languages

Language:Jupyter Notebook 99.2%Language:Makefile 0.8%