简体   繁体   English

Python:我不能打电话给jupyter笔记本

[英]Python: I can not call jupyter notebook

I have installed jupyter via pip3 on mac. 我在mac上通过pip3安装了jupyter

python3 -m pip install --upgrade pip

If I call it I have: 如果我打电话给我,我有:

-bash: /Library/Frameworks/Python.framework/Versions/2.7/bin/jupyter: No such file or directory

您应该开始使用python环境,以便pipjupyterpython使用相同版本的python,但对于临时“快速修复”,请执行以下操作:

python3 -m jupyter notebook

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

相关问题 无法在 jupyter notebook 中创建 Python 3 笔记本 - Can't create a Python 3 notebook in jupyter notebook 我可以恢复我在 Jupyter 笔记本中错误删除的 python function 吗? - Can I recover a python function I mistakenly deleted in a Jupyter notebook? 我可以从Jupyter笔记本中使用Dataflow for Python SDK吗? - Can I use Dataflow for Python SDK from a Jupyter notebook? 如何在Jupyter Notebook中执行Python Django runserver命令? - How can I execute Python Django runserver command in Jupyter Notebook? 如何在 Jupyter Notebook 中将 python 升级到 3.8? - How can I upgrade python to 3.8 in Jupyter Notebook? 我安装了 python 3.9.1 但无法打开 jupyter notebook 或 jupyterlab - I installed python 3.9.1 but can not open jupyter notebook or jupyterlab 如何在Anaconda(Jupyter笔记本)中导入python自定义类 - How can I import python custom class in Anaconda (Jupyter notebook) 我不能忽略 jupyter notebook 中 python 的弃用警告 - I can't ignore python's deprecated warning in jupyter notebook Python 我可以在 jupyter notebook 外展示散景绘图吗? - Python can i present bokeh plotting outside jupyter notebook? 如何使用 jupyter notebook 修复 python 中的“语法错误”? - how can i fix the 'syntax error' in python using jupyter notebook?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM