You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example notebooks, the files are sometimes downloaded into the examples directory instead of the examples/tmp/ directory. The examples/tmp/ is the place for downloads since it gets cleared at the start of every notebook.
I wanted to make a pull request with fixes like that.
Problem: But because of the notebook format, the metadata changes when I save the notebook. Instead of a 2-line change, GitHub sees more than 100 deletions and additions. See: GeorgeBatch@97d65b9
Possible solution: Maybe it's better to have the example notebooks saved without the outputs.
The text was updated successfully, but these errors were encountered:
Please go ahead and create a PR. All the notebooks are written in Colab, so if you write the notebook in Colab the metadata won't change much. You can also review the change in reviewnb. The link for reviewnb should automatically be generated when you create the PR.
Description
In the example notebooks, the files are sometimes downloaded into the
examples
directory instead of theexamples/tmp/
directory. Theexamples/tmp/
is the place for downloads since it gets cleared at the start of every notebook.What I Did
In examples/10-wsi-registration.ipynb I changed:
to
I wanted to make a pull request with fixes like that.
Problem: But because of the notebook format, the metadata changes when I save the notebook. Instead of a 2-line change, GitHub sees more than 100 deletions and additions. See: GeorgeBatch@97d65b9
Possible solution: Maybe it's better to have the example notebooks saved without the outputs.
The text was updated successfully, but these errors were encountered: