Я сегодня переустановил jupyter
на своем Mac и обнаружил, что команда jupyter не найдена.
$ jupyter
zsh: command not found: jupyter
Поиск мой каталог python (установлен Homebrew
) bin, а не jupyter
там.
Итак, я проверил информацию о пакете:
$ pip3 show -f jupyter
Name: jupyter
Version: 1.0.0
Summary: Jupyter metapackage. Install all the Jupyter components in one go.
Home-page: http://jupyter.org
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.org
License: BSD
Location: /usr/local/lib/python3.7/site-packages
Requires: notebook, ipywidgets, jupyter-console, ipykernel, qtconsole, nbconvert
Required-by:
Files:
__pycache__/jupyter.cpython-37.pyc
jupyter-1.0.0.dist-info/DESCRIPTION.rst
jupyter-1.0.0.dist-info/INSTALLER
jupyter-1.0.0.dist-info/METADATA
jupyter-1.0.0.dist-info/RECORD
jupyter-1.0.0.dist-info/WHEEL
jupyter-1.0.0.dist-info/metadata.json
jupyter-1.0.0.dist-info/pbr.json
jupyter-1.0.0.dist-info/top_level.txt
jupyter.py
ничего подобного ../../../bin/jupyter
здесь.
Но я уверен, что смогу получить %python_root%/scripts/jupyter
на моем компьютере с Windows с тем же пакетом колес.
Итак, откуда поступает команда jupyter
и как я могу это исправить.