update notebooks - #110
update notebooks#110
Conversation
|
Regarding rhe FileNotFound error ... this is due to the reading of a data file that is currently not in the repository. I'll have to check whether we can push it. I guess it may be best to not depend on any data files, as this would also solve the second issue. |
|
While we are at it, it might anyway be a good idea to clean up the But if they are from Netzschleuder, it might be easier to first implement the new logic for reading data from Netzschleuder since you mentioned once that you want to change that to downloading and reading the available |
This PR updates the Jupyter notebooks so that they work via Google Colab by default.
pathpyGinstallation.FileNotFoundErrorintemporal_graphs.ipynb@IngoScholtes do you know if the name is wrong or the file is missing?
TypeErrorinpaths_higher_order.ipynbthat is due to the recent mergetemporal_graphs.ipynb,dbgnn.ipynbandpaths_higher_order.ipynb)Since only the Notebook is opened via Colab, the accompanying files from the repository are not copied over and, thus, an exception is thrown. This could be either fixed by using datasets from Netzschleuder instead or by manually downloading the files from our GitHub Repo in the notebook if they are not available. @IngoScholtes what do you think is the better option?