Skip to content

LambdaFanatics/scala-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Functional scala interactive workshop material

Requirements

Install the following dependencies in order to configure your environment.

Docker Install a desktop client.

Git Install a console client.

Installation

Open a bash console and follow the steps below:

  1. Clone the scala-notebooks repository
https://github.com/LambdaFanatics/scala-notebooks.git scala-notebooks
  1. Navigate to the local repository folder
cd scala-notebooks
  1. 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
  1. Open a browser and navigate to
http://localhost:8888
  1. Upon task completion stop the container
docker stop scala-jupyter
  1. Repeat steps 3 to 4 to re-run the container

About

Functional scala interactive workshop material

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published