jupyter-server-proxy icon indicating copy to clipboard operation
jupyter-server-proxy copied to clipboard

Fix config filename in config via traitlets doc

Open cmd-ntrf opened this issue 3 years ago • 1 comments

The file has to be named jupyter_server_config.py when using JupyterLab and version of Notebook >= 6.5.

This is because jupyter-server is replacing the notebook backend: https://jupyter-server.readthedocs.io/en/latest/operators/migrate-from-nbserver.html

It might be better to actually explain how the file should be named based on the version used, but I wanted to provide a starting point for the conversation.

cmd-ntrf avatar Aug 18 '22 17:08 cmd-ntrf

Useful info (correct filename for notebook >= 6.5).

hoogenm avatar Sep 19 '22 20:09 hoogenm

Thanks @cmd-ntrf!! :)

consideRatio avatar Nov 01 '22 20:11 consideRatio