NVIDIA AI Workbench

How can I import my existing notebook into NVWB or do I have to rebuild from scratch?

Thanks for posting!

As long as you know the dependencies required for the notebook, you should be able to use it in another Project.

You need to:

  • Create a new Project and select a default base that will allow you to install required dependencies. A list of the default bases on NGC is here.
  • If extra dependencies are needed, then you would make sure they are installed using the environment configuration files. You can see how to do this here in the user guide.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.