How do I include my own code library

I want to be able to use import to bring in my own local code libraries? Pip requirements wouldn’t be appropriate would it?

Hi James.

It is possible to write a custom code of type Utility and then you’ll be able to use that utility from other custom code you write. You can do so by going to Advanced > Custom Code, clicking on the create button and selecting the type of the new custom code to be utility.

To import that utility afterwards, you should just write import my_custom_utility at the top of the file and you’ll have access to the functions inside.

Best
Nikola

Good idea. Will try.

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