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
It is actually completely unnecessary in this case at all to even worry about efficient checkout, since that repo is very tiny. But it's a nice trick that I was not aware about - it can be handy in other places.
I can figure out which notebook this is about, but "this notebook" reference is ambiguous, given that this repo contains multiple notebooks.
Sorry about that, didn't check that the notebooks weren't in their own repo.
The notebook I was referencing was IDC_segmentation_primer.ipynb , but the specific checkout is pyplastimatch, which is likely used in multiple notebooks:
It would be great to avoid some of the ancillary issues like package installs in these demo notebooks if at all possible, if only because they detract from the main task at hand. Sometimes it can't be avoided, though.
This notebook installs subversion to check out
pyplastimatch
efficiently.Instead, use
git --depth 1
to create a shallow clone that includes only the last commit.The text was updated successfully, but these errors were encountered: