Blog

Dies ist der letzte Teil einer dreiteiligen Reihe zum Einrichten eines selbst gehosteten, vom Internet aus zugänglichen, dockerisierten Data Science Stack.

  1. Reverse proxy: Træfik
  2. Git Repository Server: GitLab
    • Inklusive Mattermost
  3. Data Science Hub: JupyterHub

Alle Informationen zum Einrichten von JupyterHub findest du unter https://gitlab.b-data.ch/docker/deployments/jupyter.

Die Standardkonfiguration verwendet ein R-basiertes JupyterLab-Image. Wenn du dich mehr für Julia interessierst, ändere einfach die Umgebungsvariable DOCKER_JUPYTERLAB_IMAGE auf glcr.b-data.ch/jupyterlab/julia/ver.

Dieses Deployment sollte auch mit den Jupyter Docker Stacks funktionieren, einer Reihe von ready-to-run Docker images, welche Jupyter-Anwendungen und interaktive Hilfsmittel beinhalten.

Run VS Code on any machine anywhere and access it in the browser.

Code everywhere

  • Code on your Chromebook, tablet, and laptop with a consistent development environment.
  • Develop on a Linux machine and pick up from any device with a web browser.

Server-powered

  • Take advantage of large cloud servers to speed up tests, compilations, downloads, and more.
  • Preserve battery life when you’re on the go as all intensive tasks runs on your server.
  • Make use of a spare computer you have lying around and turn it into a full development environment.

cdr/code-server: VS Code in the browser

JupyterLab is a web-based interactive development environment for Jupyter notebooks, code, and data. JupyterLab is flexible: configure and arrange the user interface to support a wide range of workflows in data science, scientific computing, and machine learning. JupyterLab is extensible and modular: write plugins that add new components and integrate with existing ones.

Project Jupyter | Home

JupyterLab

JupyterHub brings the power of notebooks to groups of users. It gives users access to computational environments and resources without burdening the users with installation and maintenance tasks. Users - including students, researchers, and data scientists - can get their work done in their own workspaces on shared resources which can be managed efficiently by system administrators.

JupyterHub runs in the cloud or on your own hardware, and makes it possible to serve a pre-configured data science environment to any user in the world. It is customizable and scalable, and is suitable for small and large teams, academic courses, and large-scale infrastructure.

Project Jupyter | JupyterHub