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
:param boolean active: if True, only the active notebooks
103
-
:param boolean as_objects: if True, each returned item will be a :class:`dataikuapi.dss.notebook.DSSJupyterNotebook`
104
-
105
-
:return: list of notebooks. if as_objects is True, each entry in the list is a :class:`dataikuapi.dss.notebook.DSSJupyterNotebook`. Else, each item in the list is a dict which contains at least a "name" field.
106
-
:rtype: list of :class:`dataikuapi.dss.notebook.DSSJupyterNotebook` or list of dict
Deprecated. Use :meth:`DSSClient.list_jupyter_notebooks`
122
99
List the currently-running Jupyter notebooks
123
100
124
101
:param boolean as_objects: if True, each returned item will be a :class:`dataikuapi.dss.notebook.DSSNotebook`
125
102
126
103
:return: list of notebooks. if as_objects is True, each entry in the list is a :class:`dataikuapi.dss.notebook.DSSNotebook`. Else, each item in the list is a dict which contains at least a "name" field.
127
104
:rtype: list of :class:`dataikuapi.dss.notebook.DSSNotebook` or list of dict
0 commit comments