You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The status of the session is reported in a different more compact form in the API. This affects the /servers or /servers/<server_name> endpoints.
The logs from all containers in the session (including init containers) are returned, not just the logs from the jupyter-server container. This affects the /notebooks/logs/<server_name> endpoint.
The logs from /notebooks/logs/<server_name> are returned as a dictionary of strings where the key is the container name and the string is the log.