Sign inSign up

knockdata/spylon

By knockdata

Updated almost 8 years ago

Jupyter with Spark(Scala) support by spylon-kernel

Image
0

1.1K

knockdata/spylon repository overview

Spylon Docker Image

A docker image with spark support for scala by spylon-kernel

Run the container with following command

docker run -it --rm -p 8888:8888 -v `pwd`:/opt/notebooks spylon jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --port=8888 --no-browser --allow-root --NotebookApp.token=''

Open browser with link

Refer to jupyter notebook GetStarted.ipynb

Spark is embeded within the docker image. It can also be volumne mounted. Change the configuration accordingly.

%%init_spark
launcher._spark_home = "/opt/spark-2.3.1-bin-hadoop2.7"

Tag summary

Content type

Image

Digest

Size

2.4 GB

Last updated

almost 8 years ago

docker pull knockdata/spylon