Skip to content

jupyter scala notebook

Lawrence edited this page Sep 2, 2016 · 1 revision

This project is run in a Jupyter notebook with the jupyter-scala kernel. To execute the notebook, install both as follows:

Jupyter is installed via pip. To install, run the following commands:

sudo apt-get install build-essential python-dev   
sudo pip3 install jupyter

jupyter-scala is installed best by following the instructions here.

Then, go to the mdms-on-jupyter folder and run

jupyter notebook

The notebook will pop up in your browser and you can start playing with the notebook.

Clone this wiki locally