I implemented the steps to create a python file in "root/.ipython/profile_default/startup/" and that is executing fine and adding the path in sys.path.
But still import fails on libraries.
If I do append in sys.path specifically in notebook that works. Can someone help me out in resolving this issue.
Yes I have verified path and libraries and got is second person verified, compared path in notebooks and even in notebook++. Path is correct, is there in sys.path but this concept still don’t work.