Uploading and Running the Conda Environment Example

The example file Conda.ipnyb is included on the TIBCO documentation site for your information. You can download it and run it in Team Studio.

This example creates a custom environment similar to the simple example presented in Creating a Custom Environment for Running Jupyter Notebooks; however, it is more verbose and lists the packages installed.

Prerequisites

You must have Jupyter Notebooks installed.

Procedure

  1. From the TIBCO® Data Science Team Studio docsite, from the Product Guides list, click to download Conda Notebook Sample.
    The file Conda.ipnyb is downloaded to your computer.
  2. Open Team Studio, and then open a workspace.
  3. Click Work Files.
  4. From the right-hand menu, click Upload a File.
    The Upload File dialog box is displayed.
  5. Click Select a File, and then browse to the location where you downloaded Conda.ipnyb
  6. Upload the file.
    The file name is displayed in the Work Files list.
  7. Click the file title to display it, and then click Open Notebook.
  8. From the menu, click Cell > Run All
    The example runs, displaying information and a list of the packages installed.

Result

The custom environment is created.