python -m 从 Windows Powershell 打开 IPython Notebook

python -m to open IPython Notebook from Windows Powershell

我以前可以通过打开 powershell 并输入 Ipython Notebook

来打开 IPython Notebook

几个月前的某个时候,它不起作用,我会收到错误消息“IPython:术语 'IPython' 未被识别为 cdmlet 的名称...”

现在要通过 powershell 打开 IPython Notebook 或使用 pip install 我必须打开 Powershell 并键入 python -m IPython notebookpython -m pip install #package

为什么会发生这种情况,我该如何解决?

ipython 现在是 jupyter。只是 运行 jupyter notebook

https://ipython.org/

对我来说它最终是一个路径错误

我的路径不知何故改变了

'Continuum\Anaconda\Scripts' 添加到我的路径后,问题就解决了