pypsa-meets-earth / documentation

Contains hackathon material, jupyter notebook visualizations and images
GNU General Public License v3.0
14 stars 68 forks source link

Revise set current directory and fill notebooks #52

Closed davide-f closed 1 year ago

davide-f commented 1 year ago

This PR is to revise the importing procedure of all notebooks to make it resilient with respect to the name of the parent directory. All notebooks no more rely on set_to_root function to specify the parent folder

davide-f commented 1 year ago

I'll be merging this PR in the next days unless some comments appear

ekatef commented 1 year ago

@davide-f it feels like a huge relief when no usual path issues appear while going through the notebooks :)

The only small points could be added:

davide-f commented 1 year ago

Nice catch! Revised both and tested :)

davide-f commented 1 year ago

Merging :) If little refuses are left (e.g. missing imports of some _helper functions) we may add them later when we discover them