Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franzdiebold/docker-datascience-ultimate
Customized Jupyter Spark Docker images with everything you need
https://github.com/franzdiebold/docker-datascience-ultimate
docker jupyter jupyterlab polars pyspark python spark
Last synced: 3 months ago
JSON representation
Customized Jupyter Spark Docker images with everything you need
- Host: GitHub
- URL: https://github.com/franzdiebold/docker-datascience-ultimate
- Owner: FranzDiebold
- License: mit
- Created: 2022-01-24T09:56:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T19:02:09.000Z (7 months ago)
- Last Synced: 2024-06-24T20:52:33.646Z (7 months ago)
- Topics: docker, jupyter, jupyterlab, polars, pyspark, python, spark
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/franzdiebold/datascience-ultimate
- Size: 1.61 MB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Data Science Ultimate Docker images
[![CI](https://github.com/FranzDiebold/docker-datascience-ultimate/actions/workflows/ci.yml/badge.svg)](https://github.com/FranzDiebold/docker-datascience-ultimate/actions/workflows/ci.yml)
[![GitHub](https://img.shields.io/github/license/FranzDiebold/docker-datascience-ultimate)](./LICENSE)Customized [JupyterLab](https://jupyter.org/) [Spark](https://spark.apache.org/docs/latest/api/python/) [Docker](https://www.docker.com/) images packed with everything you need.
![docker-datascience-ultimate Screenshot](images/datascience-ultimate_screenshot.png)
## Selecting an Image
The main question is: _Do you work in the browser or not?_
### [JupyterLab](./datascience-ultimate/)
[![Docker Hub: franzdiebold/datascience-ultimate](https://img.shields.io/badge/Docker%20Hub-franzdiebold%2Fdatascience--ultimate-2496ed)](https://hub.docker.com/r/franzdiebold/datascience-ultimate)
[![Docker Pulls](https://img.shields.io/docker/pulls/franzdiebold/datascience-ultimate)](https://hub.docker.com/r/franzdiebold/datascience-ultimate)If you want to run JupyterLab in the _browser_, [`franzdiebold/datascience-ultimate`](https://hub.docker.com/r/franzdiebold/datascience-ultimate) is the image to go!
### [Jupyter Server](./datascience-ultimate-server/)
[![Docker Hub: franzdiebold/datascience-ultimate-server](https://img.shields.io/badge/Docker%20Hub-franzdiebold%2Fdatascience--ultimate--server-2496ed)](https://hub.docker.com/r/franzdiebold/datascience-ultimate-server)
[![Docker Pulls](https://img.shields.io/docker/pulls/franzdiebold/datascience-ultimate-server)](https://hub.docker.com/r/franzdiebold/datascience-ultimate-server)If you only want to run a Jupyter Server and use a different client software for your notebooks (i.e. [JetBrains DataSpell](https://www.jetbrains.com/dataspell/)) you should use the [`franzdiebold/datascience-ultimate-server`](https://hub.docker.com/r/franzdiebold/datascience-ultimate-server) image.
## Build images locally
```bash
make build-arm # linux/arm64 architecture
make build-amd # linux/amd64 architecture
```