SwissDataScienceCenter / amalthea

A kubernetes operator for spawning and exposing jupyter servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessing a starting/failing/non-ready session should not result in 404/503

olevski opened this issue · comments

It would be nice for Amalthea to show a loading screen/spinner if a user tries to access a session that is starting up (and is not fully ready) or shutting down.

Currently accessing a session that is not fully ready results in a 404 or 503. But it would be much nicer to show some kind of screen that shows more information and would automatically open the session when the session is ready.