Jupyter笔记本投掷Setx错误

时间:2017-09-13 08:16:58

标签: python-3.x jupyter-notebook setx

我第一次打开Jupyter笔记本只是为了满足密码提示而放下一些代码。看起来很奇怪,因为我从来没有在这台电脑上打开它,也没有提示我在笔记本电脑上输入密码。我向谷歌机器索取了如何禁用密码的答案,这是jupyter_notebook_config.py文件(据说)我输入以下命令c.NotebookApp.token = u''

现在浏览器窗口打开

Invalid number of parameters
Invalid number of parameters
Invalid number of parameters
Invalid number of parameters
ERROR: Invalid syntax. Default option is not allowed more than '2' time(s).
Type "SETX /?" for usage.
Invalid number of parameters
Invalid number of parameters
Invalid number of parameters
Invalid number of parameters
ERROR: Invalid syntax. Default option is not allowed more than '2' time(s).
Type "SETX /?" for usage.

我甚至完全卸载了Anaconda,然后重新安装,这个错误仍然出现了。

我做过什么样的爱(*&%(*&^,我该如何修复它,以及为什么在这美丽的地球上前夕

In[140]: frame.reindex(index = ['a','b','c','d'],columns = states).ffill()

Out[142]:

Texas   Utah    California

a   1.0 NaN 2.0

b   1.0 NaN 2.0

c   4.0 NaN 5.0

d   7.0 NaN 8.0rything involving code have to be so god-damned complicated?

0 个答案:

没有答案