Steps to successfully loading NVIDIA Data Science Workbench:
Start by updating the package list using the command below.
$ sudo apt update
Run the command below to install pip for Python 3.
$ sudo apt install python3-pip
Install NVIDIA Data Science Workbench using the commands below.
pip3 install nvdsw
ImportantThe script is designed to run as the user, and ask for sudo password when needed. Do not run it with
sudo
.
Start the NVIDIA Data Science Workbench setup process using the command below.
nvdsw-setup
Restart the system with the command below.
sudo reboot
After successful reboot, the NVIDIA Data Science Workbench logo will appear in the upper right-hand corner of Ubuntu desktop toolbar.

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