You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The import statements for the starling python files/modules don't seem to currently work in getting-started.ipynb, probably be cause the folder structure was changed at some point. I was able to get it to work by changing the path append line to sys.path.append("../../") and the import lines to just import starling and import utility.
The text was updated successfully, but these errors were encountered:
The import statements for the starling python files/modules don't seem to currently work in getting-started.ipynb, probably be cause the folder structure was changed at some point. I was able to get it to work by changing the path append line to
sys.path.append("../../")
and the import lines to justimport starling
andimport utility
.The text was updated successfully, but these errors were encountered: