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/d7cd5736-074e-409f-842e-d5a2a6c8f049%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to