Hi Ann, by using page register feature, I assume it is not possible to import defined variables from another pages? My project current folder is like this:
-app
I have defined some complex function in page 1.py under chapter 3, and would like to use this function again in page2.py under chapter 1. So I use from pages.chapter3.page1 import function1. But it gives me some error saying āException: modules [āapp.pages.chapter1.page1ā, āpages.chapter1.page1ā] have duplicate pathsā
the siutation I had is very similar to python - Duplicate paths issue - Stack Overflow milieereās question. however I am not using Jupyter notebook or any notebooks. Do you have any suggestion to solve this error?