I am trying to use the Jupyter notebook in Pycharm, but I realized that in the new Jupyter update, there was the addition of tokens.
I am following the tutorial belo
I had to reinstall Anaconda and some old config files for my Jupyter Notebook. Check for possible existing jupyter config file, that could contain a password or Token in some cases:
open terminal
Check for jupyter configuration directory:
jupyter --config-dir
(example output)>>> C:\Users\Username.jupyter
open the file and check if "NotebookApp" is assigned in the file:
{
"NotebookApp": {
"password": "sha1:1af4568a9g:64gsded68g4dsh434df634fhd684"
}
}