Hi,
I’m setting the Jupyter Notebook service on my Ubuntu 18.04 for remote login. I modified Jupyter_notebook_config.py file, but When I run it, It seems doesn’t work and all settings are not updated. While I run Jupyter notebook by command line with arguments. It works well. Did someone have same problem as it and know how to fix it? Thx,
@KevinSC13 Hi, kevin. You may run code in your notebook:
from jupyter_core import paths
paths.jupyter_config_path()
to make sure your config file in jupyter’s config path.
Issue was fixed, thx!
Hi Kevin,
I am running into the same issue as you. can you please share how you were able to fix this issue?
I tried 00Kai0’s response and it looks fine to my untrained eyes.
Thanks