stackhpc / slurm-k8s-cluster

A Slurm cluster for Kubernetes
MIT License
36 stars 12 forks source link

Jupyter Notebook as interactive app #22

Open wtripp180901 opened 1 year ago

wtripp180901 commented 1 year ago

Deploys Jupyter as an interactive app sourced from https://github.com/stackhpc/bc_containerised_jupyter which itself uses modified images built by a workflow in https://github.com/stackhpc/jupyter-docker-stacks/tree/ood-mounted-config

Can be connected to by launching the interactive app and waiting for the 'Connect to Jupyter' button to appear. Note that the button may appear while the Jupyter image is still building, so you might initially get a 'cannot connect to slurmd-X' message in the browser

Currently Jupyter has all auth disabled, still requires OOD auth to access but could be a potential issue for multiple users

sjpb commented 1 year ago

@wtripp180901 lets leave the jupyter repo as outside this repo, but let's change it into a fork of the upstream repo please.

wtripp180901 commented 1 year ago

Changed the Jupyter repo to https://github.com/stackhpc/bc_containerised_jupyter Should I delete the old one?