Note to self on the above - could we do a "track changes" nbextension toolbar button or some other menu extension, to implement track changes <https://github.com/jupyter/nbdime/issues/251> between current notebook and checkpointed version, closing current notebook and opening a new tracked changes notebook, and/or maybe using styling ideas from nbconvert <http://nbconvert.readthedocs.io/en/latest/customizing.html>?
On Tuesday, 11 April 2017 17:53:17 UTC+1, Tony Hirst wrote: > > Having just come across support for custom bundler extensions > <http://jupyter-notebook.readthedocs.io/en/latest/extending/bundler_extensions.html> > > (not sure I get what "deploy" links are for?) and put together an extension > that downloads the ipynb and html versions of a notebook in the same zip > package > <https://blog.ouseful.info/2017/04/11/creating-a-jupyter-bundler-extension-to-download-zipped-notebook-and-html-files/>) > > I wondered whether that mechanism could be used to launch an nbdime > instance that would do a diff between the current version of the notebook > and the checkpointed version (perhaps using > handler.redirect(redirect_link) to launch a link from *nbdime > mynotebook.ipynb mynotebook.checkpointed.ipynb* ). > > So I was wondering - how do I get the absolute path to a checkpointed > version of the current file, and can I get hold of a URL from nbdime. (I > also need to keep track of port numbers - I'm running services inside a > vagrant provisioned VM with portforwarding in place, so need to know/set > the nbdime port) > > --tony > -- 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/62acab63-8621-4d34-8af8-31b16b6cff71%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
