Skip to content

Code-first (V11.0)

April 14, 2025

The DataRobot V11.0.0 release includes many new features and capabilities for code-first users, described below. See additional details of Release 11.0:

Code-first features
Feature Workbench Classic
Notebooks
Integrate a codespace with a Git provider
Debugging now supported in DataRobot Notebooks and codespaces
API enhancements
Python client v3.7 N/A N/A
DataRobot REST API v2.36 N/A N/A
Browse Python API client documentation on docs.datarobot.com N/A N/A
Improved REST API documentation navigation N/A N/A

*Premium

Notebooks

Integrate a codespace with a Git provider

You can now integrate a DataRobot codespace with your Git provider so that DataRobot can access your repositories using the OAuth 2.0 standard. Select a Git provider, authenticate its connection to DataRobot, and you can begin using repository assets in a DataRobot codespace.

Debugging now supported in DataRobot Notebooks and codespaces

DataRobot Notebooks now offer built-in support for Python debugger (pdb) and IPython debugger (ipdb) to interactively debug your Python code. Choose to activate the debugger before executing code using ipdb.set_trace(), or retroactively debug after an exception occurs in the executed code with %debug magic. You can also debug Python scripts in a codespace from the integrated terminal using pdb.

API enhancements

Python client v3.7

v3.7 for DataRobot's Python client is now generally available. For a complete list of changes introduced in v3.7, view the Python client changelog.

DataRobot REST API v2.36

DataRobot's v2.36 for the REST API is now generally available. For a complete list of changes introduced in v2.36, view the REST API changelog.

Browse Python API client documentation on docs.datarobot.com

You can now access reference documentation for the Python API client directly from the documentation portal, in addition to ReadTheDocs. The reference documentation outlines the functionality supported by the Python client, matching the organization of the REST API documentation.

Improved REST API documentation navigation

The REST API reference documentation has been restructured and the table of contents has been updated for an improved browsing experience.

All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.