You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ performing intelligent retries. Install it via
10
10
11
11
$ pip install databricks-sdk
12
12
13
+
To install the Databricks SDK for Python from a Databricks Notebook as a `notebook-scoped library <https://docs.databricks.com/en/libraries/notebooks-python-libraries.html>`_, please run:
14
+
15
+
.. code-block::
16
+
17
+
%pip install databricks-sdk
18
+
dbutils.library.restartPython()
19
+
13
20
This SDK is supported for production use cases, but we do expect future releases to have `some interface changes <https://github.com/databricks/databricks-sdk-py#interface-stability>`_.
14
21
We are keen to hear feedback from you on these SDKs. Please `file GitHub issues <https://github.com/databricks/databricks-sdk-py/issues>`_, and we will address them.
0 commit comments