On 25 January 2018 at 16:50, 'Ian Stuart' via Project Jupyter < [email protected]> wrote:
> 1) I've read http://mindtrove.info/4-ways-to-extend-jupyter- > notebook/#nb-server-exts - but where does this code & how do I install it? > The code goes anywhere that it can be imported from Python - typically you'd make a package which can be installed with pip. > 2) Are there any examples of Server extensions I can explore? > Cite2c adds some URL handlers with a server extension: https://github.com/takluyver/cite2c/blob/master/cite2c/handlers.py And the docs show the files for a simple server extension: http://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html#Example---Server-extension > 3) Is there any more expansive documentation? ---- for the *server* > extensions, not the *notebook* extensions > I think this is what there is: http://jupyter-notebook.readthedocs.io/en/stable/extending/handlers.html -- 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/CAOvn4qioAJggZKXduQ7bSQRESnB%3DdkSf-BNyuRVZJJENNoOE5Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
