Jupyter Notebook/Python

pip install graphviz -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
超时
pip3 install --index-url https://pypi.douban.com/simple graphviz

pip install --target=./tutorial-env/lib/python3.7/site-packages graphviz

pip install graphviz --target=/usr/bin/tutorial-env/lib/python3.7/site-packages/graphvi


Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting graphviz
  Using cached https://pypi.tuna.tsinghua.edu.cn/packages/de/5e/fcbb22c68208d39edff467809d06c9d81d7d27426460ebc598e55130c1aa/graphviz-0.20.1-py3-none-any.whl
Installing collected packages: graphviz
Successfully installed graphviz-0.20.1
WARNING: You are using pip version 19.2.3, however version 22.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

你可能感兴趣的:(JupyterNotebook,python,开发语言)