Skip to content

Commit 745fb80

Browse files
"use get_content" instead of get_state in 'create_jupyter_notebook' method documentation
1 parent 54cba76 commit 745fb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ def create_jupyter_notebook(self, notebook_name, notebook_content):
867867
:param str notebook_name: the name of the notebook to create
868868
:param dict notebook_content: the data of the notebook to create, as a dict.
869869
The data will be converted to a JSON string internally.
870-
Use ``get_state()`` on a similar existing ``DSSNotebook`` object in order to get a sample definition object
870+
Use ``get_content()`` on a similar existing ``DSSNotebook`` object in order to get a sample definition object
871871
:returns: A handle to interact with the newly created jupyter notebook
872872
:rtype: :class:`~dataikuapi.dss.notebook.DSSNotebook` jupyter notebook handle
873873
"""

0 commit comments

Comments
 (0)