I noticed there are console commands <https://nbdime.readthedocs.io/en/latest/cli.html#common-diff-options> for controlling which part of the notebook to diff using nbdime (source, output, metadata, attachments). How do I set these options when calling nbdime.diff() from python rather than the command line? I've looked through the documentation and source code and it seems to be related to the `differs` parameter in the diff function <https://github.com/jupyter/nbdime/blob/master/nbdime/diffing/generic.py#L76>, but I have not (yet) figured out how to set it properly.
-- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/b7366123-7db7-4635-81c2-f27c19df0bca%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
