I am trying to use the IBM DSX built-in package "project_lib" but got the error "No module named project_lib". The package is for accessing the assets (i.e. files) of my projects. I am using IBM DSX local, not sure if the package is available for the "local" version.
I tried to ask questions on IBM's website or customer services but could not find the contact information.
from project_lib import Project;
project = Project(None, '**************', '**************');
pc = project.project_context;
It would be appreciated very much if you could provide some help or information.