We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab12fa4 commit c10258fCopy full SHA for c10258f
dataikuapi/dss/project.py
@@ -498,7 +498,7 @@ def sync_datasets_acls(self):
498
# Notebooks
499
########################################################
500
501
- def list_running_notebooks(self, as_objects=False):
+ def list_running_notebooks(self, as_objects=True):
502
"""
503
List the currently-running notebooks
504
dataikuapi/dssclient.py
@@ -81,7 +81,7 @@ def get_future(self, job_id):
81
82
83
84
85
86
87
0 commit comments