How to remove password for Jupyter Notebooks and set token again
问题 I need to do this for Pycharm. Here are the steps that I did which I'm not able to undo. I added a password for authentication using: $ jupyter notebook password I then used the below command to comment all the code in jupyter_notebook_config.py $ jupyter notebook --generate-config Then I removed the hashed password generated in the jupyter_notebook_config.json which now looks like this { "NotebookApp": { "password": "" } } I then did the following changes in jupyter_notebook_config.py file c