Installation

Steps to successfully loading NVIDIA Data Science Workbench:

  1. Start by updating the package list using the command below.

    Copy
    Copied!
                

    $ sudo apt update


  2. Run the command below to install pip for Python 3.

    Copy
    Copied!
                

    $ sudo apt install python3-pip


  3. Install NVIDIA Data Science Workbench using the commands below.

    Copy
    Copied!
                

    pip3 install nvdsw

    Important

    The script is designed to run as the user, and ask for sudo password when needed. Do not run it with sudo.


  4. Start the NVIDIA Data Science Workbench setup process using the command below.

    Copy
    Copied!
                

    nvdsw-setup


  5. Restart the system with the command below.

    Copy
    Copied!
                

    sudo reboot


After successful reboot, the NVIDIA Data Science Workbench logo will appear in the upper right-hand corner of Ubuntu desktop toolbar.

workbench-002.png

For support and feedback, reach out to us by email at NVDSWTechSupport@nvidia.com.

© Copyright 2022-2023, NVIDIA. Last updated on Jan 24, 2023.