Sign inSign up

franzdiebold/datascience-ultimate-server

By franzdiebold

Updated over 1 year ago

Customized Jupyter Server Spark Docker image with everything you need

Image
2

3.1K

franzdiebold/datascience-ultimate-server repository overview

Data Science Ultimate Server Docker image

Docker Hub: franzdiebold/datascience-ultimate-server Docker Pulls GitHub: FranzDiebold/docker-datascience-ultimate GitHub

A customized Jupyter Server Spark Docker image packed with everything you need.

datascience-ultimate-server JetBrains DataSpell screenshot

What's in?

How to use?

docker run -p 8888:8888 -p 4040:4040 franzdiebold/datascience-ultimate-server

The following endpoints / web apps will be available:

Usage in JetBrains DataSpell

To connect to a Jupyter server in JetBrains DataSpell:

  1. Click the "Add Jupyter Connection" icon on the toolbar of the Workspace tool window. JetBrains DataSpell Add Jupyter Connection screenshot
  2. Select the connection type "Connect to Jupyter server using URL", add the URL "http://127.0.0.1:8888/?token=your-token" to "Server URL" and click "Add". JetBrains DataSpell Server URL screenshot

Use it in your daily routine :rocket:

In your .zshrc / .bashrc file add:

alias jupyter-server='docker run --rm -p 8888:8888 -p 4040:4040 -v "${PWD}":/home/jovyan franzdiebold/datascience-ultimate-server:latest'

💪 For an even better integration into your daily Data Science routine, check out the dockerize-datascience repo.

Tag summary

Content type

Image

Digest

sha256:1056cd397

Size

2.7 GB

Last updated

over 1 year ago

docker pull franzdiebold/datascience-ultimate-server