Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions dataikuapi/dss/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand All @@ -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
Expand Down