Install the following dependencies in order to configure your environment.
Docker Install a desktop client.
Git Install a console client.
Open a bash console and follow the steps below:
- Clone the scala-notebooks repository
https://github.com/LambdaFanatics/scala-notebooks.git scala-notebooks
- Navigate to the local repository folder
cd scala-notebooks
- Run and install the scala-jupyter docker container.
docker run --rm -it -d -p 8888:8888 -v <absolute-path-to-repository>/notebooks:/notebooks --name scala-jupyter dockoey/jupyter-scala:211.jdk8
- Open a browser and navigate to
http://localhost:8888
- Upon task completion stop the container
docker stop scala-jupyter
- Repeat steps 3 to 4 to re-run the container