-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add ability to render diffs between published versions #58
Comments
format schema is found at https://github.com/jupyter/nbdime/blob/master/nbdime/diff_format.schema.json
|
Idea: |
This makes me wonder if we could support this through an endpoint to compare between versions from two notebooks on S3, with exactly the code you provided. |
Is anyone looking in to this? I have been trying to produce automatic diffs for CI pipelines using nbdime, but it's built as a one-off cli tool, not a persistent web server that can take two notebooks and render the diff. Any progress in this area would be fantastic! |
There's not anyone taking on improving the diffing story in the open source atm that I'm aware of. jupyter/nbdime#468 would enable an easy way to generate the diffs for CI tooling purposes. Current maintainers of nteract projects are focused on some other projects atm, so we'd love more contributors to take on these issues but we're not planning on tackling this feature in the near future afaik. |
Thanks for the quick reply @MSeal ! I am aware of the nbdime issue, but not much action there either, and no plans. Oh well! Thanks for your hard work! |
Using the python dict diff from nbdimes we'd like to have a component based UI to render the diff between two notebook versions. There could be more use cases past this, but as a most basic step this would add a lot of utility.
https://github.com/jupyter/nbdime/blob/master/nbdime/diffing/notebooks.py#L605-L612
The text was updated successfully, but these errors were encountered: