From 5d5f059f36aa2e611df80919230d54418b640813 Mon Sep 17 00:00:00 2001 From: Pierre Bailly-Ferry Date: Thu, 25 Mar 2021 11:07:40 +0100 Subject: [PATCH] Remove unwanted warning in the python doc. --- dataikuapi/dss/project.py | 6 ------ 1 file changed, 6 deletions(-) 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