Databricks DevRel Example Notebooks#

This is a collection of notebooks demonstrating a variety of use cases leveraging Databricks functionality.

How to Run These Notebooks in your Databricks Workspace#

Import individual notebooks#

If you want to run one of these notebooks in your Databricks workspace, click the download icon in the upper right corner of the page you would like to run. Then right-click on .ipynb and select “Copy link address.” In your Databricks workspace, in the workspace view, select “import” (from the three-dots menu or from the right-click menu) and paste in the url you copied. This will import the notebook to your Databricks workspace.

Image

Clone the repository#

You can also clone the whole repository into your workspace. Simply navigate to “Repos” in your Databricks workspace, click “Add Repo”, and copy in the URL: databricks-solutions/devrel-examples. Then click Create Repo. This will clone the repository to your workspace, giving you access to all of the notebooks right in your Databricks workspace. All the notebooks will be found in the /notebooks/nbs directory.

Official Documentation#