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 bool as_objects: if True, return the jupyter notebooks as a :class:`dataikuapi.dss.notebook.DSSNotebook`
837
-
notebook handles instead of raw JSON
836
+
:param bool as_type: How to return the list. Supported values are "names" and "objects".
838
837
:param bool active: if True, only return currently running jupyter notebooks.
839
838
840
-
841
-
:returns: The list of the notebooks - see as_objects for more information
842
-
:rtype: list
839
+
:returns: The list of the notebooks. If "as_type" is "names", each one as a string, if "as_type" is "objects", each one as a :class:`dataikuapi.dss.notebook.DSSJupyterNotebook`
840
+
:rtype: list of :class:`dataikuapi.dss.notebook.DSSJupyterNotebook` or list of String
0 commit comments