dianna-ai / dianna

Deep Insight And Neural Network Analysis
https://dianna.readthedocs.io
Apache License 2.0
44 stars 13 forks source link

Fix data file paths for Colab #772

Closed loostrum closed 1 month ago

loostrum commented 1 month ago

Use files from dianna installation folder in all tutorials.

This simplifies the colab setup as we no longer need to download data files.

The relative paths throughout the tutorials were replaced by paths starting from the dianna install dir, which should work on all platforms.

The indentation in the colab setup was also fixed, this was 2 spaces instead of 4 in many places.

Fixes #750

review-notebook-app[bot] commented 1 month ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

elboyran commented 1 month ago

Sorry @loostrum , I have noticed only now that the root_dir was introduced, but not used in the Kernelshap weather regression tutorial.