Jupyter notebook / last polish#138
Conversation
Sourcery Code Quality Report❌ Merging this PR will decrease code quality in the affected files by 0.04%.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Let us know what you think of it by mentioning @sourcery-ai in a comment. |
| @@ -839,11 +839,11 @@ def list_jupyter_notebooks(self, active=False, as_type="object"): | |||
| :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` | |||
There was a problem hiding this comment.
@apichery Hi the return explanation here If "as_type" is "names" is wrong, maybe you forgot to change it. I guess you can just say:
If "as_type" is "listitems", then each one as a dict.
No description provided.