-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make review of Jupyter notebooks more convenient #9
Comments
Hmm, I'm having some trouble putting a review in with gitnotebooks. Am getting some error about Have you seen this before @yvonnefroehlich? I managed to use GitNotebooks for another repo recently, but not sure why I'm getting this error here. |
Hm. Yes, I also get this error and sofar I could not figure out why this is. |
For me, it works to comment on PR #4 (#4 (comment)) and PR #10 (#10 (comment)) and but not on PR #8 via GitNotebooks. The PRs #4 and #8 were opened by me, PR #10 not. For the PRs #4 and #10, it's possible for me to display the diffs directly on GitHub (e.g., https://github.com/GenericMappingTools/agu24workshop/pull/4/files), but for PR #8 I get the information "1,463 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes." (https://github.com/GenericMappingTools/agu24workshop/pull/8/files). So, I am wondering if also GitNotebooks has a limitation for the amount of diffs supported in one PR? |
So, I think I figured out the reason for this issue: It's related to the images shown within the JN, which are displayed as super long strings (diffs) when the JN is displayed as plain text. For testing, I out-commented Edit: Edit: |
Maybe it works, after running "Clear output of All Cells", then the large diffs related to the output images are ago. |
Reviewing Jupyter notebooks directly on GitHub is not very convenient. GitNotebooks can make the review process easier. As an example, I use PR #4
GitHub: https://github.com/GenericMappingTools/agu24workshop/pull/4/files
gitnotebooks: https://gitnotebooks.com/GenericMappingTools/agu24workshop/pull/4
Maybe this is helpful for use. Feel free to suggest any other tool which you think can be useful.
(modified from issue GenericMappingTools/pygmt-paper-figures#3)
The text was updated successfully, but these errors were encountered: