如何 运行 Jupyter Notebook
How to run Jupyter Notebook
我对此很陌生,似乎总是遇到来自命令行的 python 和 运行 问题。我一直在遵循这些说明:
https://jupyter.readthedocs.io/en/latest/running.html#starting-the-notebook-server
当我到达要在命令行中键入 "jupyter notebook" 的步骤时,没有任何反应。
您在浏览器中查看 localhost:8888
了吗?
如果这不起作用,那么在你的 anaconda 命令提示符下,尝试 conda install jupyter notebook
以确保它安装正确
我对此很陌生,似乎总是遇到来自命令行的 python 和 运行 问题。我一直在遵循这些说明:
https://jupyter.readthedocs.io/en/latest/running.html#starting-the-notebook-server
当我到达要在命令行中键入 "jupyter notebook" 的步骤时,没有任何反应。
您在浏览器中查看 localhost:8888
了吗?
如果这不起作用,那么在你的 anaconda 命令提示符下,尝试 conda install jupyter notebook
以确保它安装正确