Creating a Jupyter Server Extension is the key: http://jupyter-notebook.readthedocs.io/en/stable/extending/handlers.html
But also making it so that the handlers can handle having a different base name within the extension for example: Defining the handlers https://github.com/SimonBiggs/scriptedforms/blob/master/scriptedforms/_scriptedforms_handlers.py#L30 Providing the base_url to the handlers https://github.com/SimonBiggs/scriptedforms/blob/master/scriptedforms/scriptedforms.py#L45-L46 On Thursday, 15 March 2018 08:42:20 UTC+11, Dan Davis wrote: > > I'd like to load additional handlers for the JupyterHub application. Is > there anyway to do this through jupyterhub_config.py or must I extend the > JupyterHub application to do what I wish to do? > > Thanks, > > -Dan > -- 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/59028048-9d20-4af8-ae69-ef8d2a2b00f7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
