diff --git a/dataikuapi/dss/project.py b/dataikuapi/dss/project.py index 335dada4..25784362 100644 --- a/dataikuapi/dss/project.py +++ b/dataikuapi/dss/project.py @@ -831,8 +831,6 @@ def new_job_definition_builder(self, job_type='NON_RECURSIVE_FORCED_BUILD'): def list_jupyter_notebooks(self, as_objects=True, active=False): """ - WARNING: This API is temporary and subject to changes - List the jupyter notebooks of a project. :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): def get_jupyter_notebook(self, notebook_name): """ - WARNING: This API is temporary and subject to changes - Get a handle to interact with a specific jupyter notebook :param str notebook_name: The name of the jupyter notebook to retrieve @@ -863,8 +859,6 @@ def get_jupyter_notebook(self, notebook_name): def create_jupyter_notebook(self, notebook_name, notebook_content): """ - WARNING: This API is temporary and subject to changes - Create a new jupyter notebook and get a handle to interact with it :param str notebook_name: the name of the notebook to create