Installing Python Packages

Follow this step to install packages from within the notebook environment.

Perform this task in the Jupyter Notebooks environment in the Team Studio workspace.

Prerequisites

You must have access to a server running Python and Jupyter Notebooks for Team Studio. You must have created a Jupyter Notebook.

Procedure

  • At the command prompt, enter ! pip3 install packagename.

    The following example demonstrates installing the publicly-available package PyPI.

    installing a Python package using pip