flywheel.api.jupyterlab_servers_api
JupyterlabServersApi
Bases: object
get_jupyterlab_server(jupyterlab_server_id, **kwargs)
Get jupyterlab server
Get jupyterlab server This method makes a synchronous HTTP request by default.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
jupyterlab_server_id | str | | required |
async_ | (bool, optional) | Perform the request asynchronously | required |
get_jupyterlab_server_with_http_info(jupyterlab_server_id, **kwargs)
Get jupyterlab server
Get jupyterlab server This method makes a synchronous HTTP request by default.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
jupyterlab_server_id | str | | required |
async_ | (bool, optional) | Perform the request asynchronously | required |
modify_jupyterlab_server(jupyterlab_server_id, body, **kwargs)
Update a jupyterlab server
Update a jupyterlab server This method makes a synchronous HTTP request by default.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
jupyterlab_server_id | str | | required |
body | JupyterlabServerModify | | required |
async_ | (bool, optional) | Perform the request asynchronously | required |
modify_jupyterlab_server_with_http_info(jupyterlab_server_id, body, **kwargs)
Update a jupyterlab server
Update a jupyterlab server This method makes a synchronous HTTP request by default.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
jupyterlab_server_id | str | | required |
body | JupyterlabServerModify | | required |
async_ | (bool, optional) | Perform the request asynchronously | required |