Skip to content

Commit 73cbdb8

Browse files
nfxpietern
andauthored
Add notebook installation instructions (#334)
Add notebook installation instructions --------- Signed-off-by: Serge Smertin <[email protected]> Signed-off-by: Pieter Noordhuis <[email protected]> Co-authored-by: Pieter Noordhuis <[email protected]>
1 parent 02e03de commit 73cbdb8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ performing intelligent retries. Install it via
1010
1111
$ pip install databricks-sdk
1212
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+
1320
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>`_.
1421
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.
1522

0 commit comments

Comments
 (0)