Hello, I am trying to migrate from jupyter notebook
to jupyter lab
. I cannot find the right way to use a custom handler as described here: Custom handler documentation.
- When I hardcode the custom handler in the jupyter config file it doesn’t get read.
- When I pass it as an argument to the ‘jupyter lab’ command it breaks with:
File “d:\program_files\anaconda3\envs\perper\lib\site-packages\traitlets\config\loader.py”, line 681, in load_config
[2021-04-20T17:33:27.805Z] raise ArgumentError(“Invalid argument: ‘%s’”%raw)
[2021-04-20T17:33:27.806Z] traitlets.config.loader.ArgumentError: Invalid argument: ‘–NotebookApp.nbserver_extensions’