PyCharm somehow open notebook files with such environment, that executing notebook from different sub directories will correctly import my module, located in root directory.
But when I try to setup server myself and try to execute notebook, I will got error that state my_module
is not find.
How can I setup server/environment in that way that I can import my module, located in root directory (notebook-dir) and successfully execute notebook files?