Sorry I didn't google hard enough. Found this: https://jupyter-server.readthedocs.io/en/latest/operators/migrate-from-nbserver.html#migrate-from-notebook
It explains that jupyter server is the new way to serve up the REST API and that jupyter notebook is actually different. So if I want to hit as many people as possible, I'll likely have to modify both. On Fri, Sep 18, 2020 at 2:42 PM Rich Chiodo < [email protected]> wrote: > I was going to try tackling my own feature request here: > https://github.com/jupyterlab/jupyterlab/issues/7904 > > And Jason suggested the changes would have to be made in both the notebook > server and the jupyter server. > > Is there documentation describing the difference somewhere? I *think* 'jupyter > server' starts the rest API portion of 'jupyter notebook', but not 100% > sure. > > If it does, does that mean 'jupyter notebook' uses 'jupyter server' under > the covers to provide its REST api? > > Thanks. > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/jupyter/888716a9-a172-4cc0-b366-0cbfa28b697cn%40googlegroups.com > <https://groups.google.com/d/msgid/jupyter/888716a9-a172-4cc0-b366-0cbfa28b697cn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CABHhaj7v4Oc%2B3BnFaNgPCa1mH%2BOmUi9shq%2BVRKjpGHvz4kJytg%40mail.gmail.com.
