Adding Packages to Jupyter NotebooksΒΆ

The default environment is attached to the Spark cluster for the Jupyter notebooks. You might have to install some additional packages to execute Spark jobs in the Jupyter notebooks.

See Package Management for more information.

When the required additional packages are missing, then an error message with a link to Environments is displayed as shown below.

../../../../_images/pkg-mgmt1.png

You can either click on the Environments link on the error message or navigate to Settings, and select Environments.

The Environments page is opened in a separate tab as shown below.

../../../../_images/pkg-mgmt2.png

Follow the steps mentioned in Adding a Python or R Package.