Skip to content

Commit daa6564

Browse files
authored
Remove unwanted warning in the python doc. (#130)
1 parent 28e6719 commit daa6564

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dataikuapi/dss/project.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -831,8 +831,6 @@ def new_job_definition_builder(self, job_type='NON_RECURSIVE_FORCED_BUILD'):
831831

832832
def list_jupyter_notebooks(self, as_objects=True, active=False):
833833
"""
834-
WARNING: This API is temporary and subject to changes
835-
836834
List the jupyter notebooks of a project.
837835
838836
:param bool as_objects: if True, return the jupyter notebooks as a :class:`dataikuapi.dss.notebook.DSSNotebook`
@@ -851,8 +849,6 @@ def list_jupyter_notebooks(self, as_objects=True, active=False):
851849

852850
def get_jupyter_notebook(self, notebook_name):
853851
"""
854-
WARNING: This API is temporary and subject to changes
855-
856852
Get a handle to interact with a specific jupyter notebook
857853
858854
:param str notebook_name: The name of the jupyter notebook to retrieve
@@ -863,8 +859,6 @@ def get_jupyter_notebook(self, notebook_name):
863859

864860
def create_jupyter_notebook(self, notebook_name, notebook_content):
865861
"""
866-
WARNING: This API is temporary and subject to changes
867-
868862
Create a new jupyter notebook and get a handle to interact with it
869863
870864
:param str notebook_name: the name of the notebook to create

0 commit comments

Comments
 (0)