MockJupyterLabSession#

class rubin.nublado.client.MockJupyterLabSession(kernel_name, name, path, type, session_id=<factory>, kernel_id=<factory>)#

Bases: object

Metadata for an open Jupyter lab session.

Parameters:
  • kernel_name (str)

  • name (str)

  • path (str)

  • type (str)

  • session_id (str, default: <factory>)

  • kernel_id (str, default: <factory>)

Attributes Summary

kernel_id

Requested kernel.

kernel_name

Name of the kernel requested by the client.

name

Name of the session from the client.

path

Path of the session from the client.

session_id

Session ID.

type

Type of the session from the client.

Attributes Documentation

kernel_id: str = <dataclasses._MISSING_TYPE object>#

Requested kernel.

kernel_name: str = <dataclasses._MISSING_TYPE object>#

Name of the kernel requested by the client.

name: str = <dataclasses._MISSING_TYPE object>#

Name of the session from the client.

path: str = <dataclasses._MISSING_TYPE object>#

Path of the session from the client.

session_id: str = <dataclasses._MISSING_TYPE object>#

Session ID.

type: str = <dataclasses._MISSING_TYPE object>#

Type of the session from the client.