Skip to content

Commit a0139bf

Browse files
committed
Add disclaimer about Jupyter notebooks API
1 parent 471b885 commit a0139bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dataikuapi/dss/project.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,8 @@ 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+
834836
List the jupyter notebooks of a project.
835837
836838
:param bool as_objects: if True, return the jupyter notebooks as a :class:`dataikuapi.dss.notebook.DSSNotebook`
@@ -850,6 +852,8 @@ def list_jupyter_notebooks(self, as_objects=True, active=False):
850852

851853
def get_jupyter_notebook(self, notebook_name):
852854
"""
855+
WARNING: This API is temporary and subject to changes
856+
853857
Get a handle to interact with a specific jupyter notebook
854858
855859
:param str notebook_name: The name of the jupyter notebook to retrieve
@@ -862,6 +866,8 @@ def get_jupyter_notebook(self, notebook_name):
862866

863867
def create_jupyter_notebook(self, notebook_name, notebook_content):
864868
"""
869+
WARNING: This API is temporary and subject to changes
870+
865871
Create a new jupyter notebook and get a handle to interact with it
866872
867873
:param str notebook_name: the name of the notebook to create

0 commit comments

Comments
 (0)