jupyterport

command module
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

README

jupyterport

GOLANG version of JupyterHub.

Do not use this in production, it is for prototyping purposes

Scope

This project aims to provide:

  • Login (no password used for now)
  • session handling, so that a user can authenticate
  • handle notebook startup
    • DockerDesktop
    • DockerEE
  • provide admin overview

Example Stack

JupyterPort has a pluggable backend system to spawn the notebooks.

  • docker uses /var/run/docker.sock to fire up plain containers (no docker service or kubernetes pod)
  • kubernetes uses a kubernetes service account to create a deployment and a service for each notebook
General

Some pieces are missing, including

  • Create a random token and show it in the notebook list
  • use a reverse proxy, so that the notebook does not need to expose a port, but is access through the JupyterPort webserver
  • the port selection should be randomized, so that one does not know in advance which ports are unused
Docker

Kubernetes

In addition to the general TODOs, the kubernetes spawner has more..

  • Direct URL is not showing correctly

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL