Skip to content

Commit

Permalink
Add notebook installation instructions (#334)
Browse files Browse the repository at this point in the history
Add notebook installation instructions

---------

Signed-off-by: Serge Smertin <259697+nfx@users.noreply.github.com>
Signed-off-by: Pieter Noordhuis <pcnoordhuis@gmail.com>
Co-authored-by: Pieter Noordhuis <pieter.noordhuis@databricks.com>
  • Loading branch information
nfx and pietern authored Sep 4, 2023
1 parent 02e03de commit 73cbdb8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ performing intelligent retries. Install it via
$ pip install databricks-sdk
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:

.. code-block::
%pip install databricks-sdk
dbutils.library.restartPython()
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>`_.
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.

Expand Down

0 comments on commit 73cbdb8

Please sign in to comment.