Closed TuSKan closed 3 years ago
I'm having the same issue. Were you able to solve it?
Yes. You need to copy your jupyter config file to the user home directory
cp /etc/jupyter/jupyter_notebook_config.py ~/.jupyter/jupyter_notebook_config.py
Thanks for the update, since this isn't related to jupyter-server-proxy I'll close this issue.
Hy guys, I could not put this to work with config via traitlets.
It appears for RStudio when I install the jupyter-rserver-proxy library but don't works because of rsession (instead of rserver) issue.
The proxy get is empty: /user/{username}/server-proxy/servers-info =
{"server_processes": []}
My file is on jupyter config path: _/etc/jupyter/jupyter_notebookconfig.py
The content is:
Any ideas?