Jupyter Notebook authentication token while in Pycharm

后端 未结 6 1554
萌比男神i
萌比男神i 2020-12-22 18:02

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

6条回答
  •  时光取名叫无心
    2020-12-22 18:49

    For the people like me, who don't know where is the terminal ->Another way which I find easier is:

    1) open new Jupyter notebook in your browser. Look at the URL, there you can see your localhost (example: localhost:8889) and change the default one at PyCharm if necessary.

    2) for the token, while you are in the browser press F12 and then Ctrl + F and search for 'token'. It would be somewhere there in the html code, a long string of random numbers and letters.

提交回复
热议问题