Is there a function to obtain a Notebook\'s path?
I\'ve Googled a little on the subject but didn\'t find a simple way to do it... I want to obtain the Notebook\'s p
if you can open it you can use this function
1-open your Jupyter notebook 2- write this function 3-it will print out the path
pwd
if not navigate to your python installation folder open folder scripts and there you will find it.
hope this may help others