For a python function in code repository, I get “module not found” for ontology_sdk. I cannot find this in the libraries - is there a trick?
from ontology_sdk import FoundryClient
Hey @robind could you share a bit more about what you’re trying to do here? A code snippet would be helpful!
Also have you imported your ontology objects using the import panel on the left in code repositories? It should look something like this
Apologies, I uncommented this line from the template code before importing the object set and was hung up on the error. When I import the object set, its sorted.