Jupyter Notebook authentication token while in Pycharm

后端 未结 6 1533
萌比男神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:44

    The shortest way I found:
    If you type jupyter notebook in a PowerShell terminal, PowerShell will automatically print out the localhost, port, and token that PyCharm needs to run.

    You can run the command from PyCharm Terminal so it will go to the same interpreter if you have several.

提交回复
热议问题