Installing Python Packages

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

Start in the Jupyter Notebooks environment in the TIBCO Data Science - Team Studio workspace.
Before you begin
  • You must have access to a server running Python and Jupyter Notebooks for Team Studio.

  • You must have created a Jupyter Notebook.

To install the packages, enter !pip3 install packagename at the command prompt.

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

installing a Python package using pip