简体   繁体   English

如何在没有令牌身份验证的情况下使用 jupyter notebook?

[英]How do I use jupyter notebook without token authentication?

I'm very new to Data Science and using anaconda/jupyter so please bear with me.我对数据科学和使用 anaconda/jupyter 非常陌生,所以请耐心等待。

My instructor asked me to install anaconda, and to run the jupyter notebook to make sure everything was installed correctly.我的导师让我安装 anaconda,并运行 jupyter notebook 以确保一切安装正确。 When I tried to do so, I am met with a prompt telling me that token authentication is enabled.当我尝试这样做时,我遇到了一个提示,告诉我启用了令牌身份验证。 My instructor said this is not supposed to happen, and I should've been able to move on directly to a page with a cell where I could run code.我的导师说这不应该发生,我应该能够直接移动到带有可以运行代码的单元格的页面。 He couldn't help me.他帮不了我。

I think the problem might be due to the fact that I am somehow running Anaconda Cloud when I shouldn't be.我认为问题可能是由于我在不应该运行的时候以某种方式运行 Anaconda Cloud。 Any idea on how I can fix this problem?关于如何解决这个问题的任何想法?

Token authentication is good for security purposes.令牌认证有利于安全目的。 I believe you would want it to just open directly locally.我相信你会希望它直接在本地打开。 Switching the default browser from Safari to Chrome did it for me, another thing is you can set your own password in jupyter notebook in terminal.将默认浏览器从 Safari 切换到 Chrome 为我做到了,另一件事是您可以在终端的 jupyter notebook 中设置自己的密码。

jupyter notebook password

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM