Matplotlib
Matplotlib是一套Python写的绘图工具。
安装
在Ubuntu 22.04下,Python 3的版本是3.10,版本算是还可以,所以我使用系统的Python搭配pipx安装[1]:
pipx install --include-deps jupyterlab; pipx inject jupyterlab matplotlib numpy jupyter-console scipy simpy sympy arrow pandas tabulate isort black jupyterlab_code_formatter PyQt5 qtconsole drawSvg CairoSVG
预设不会把jupyter-qtconsole
连结到.local/bin
下面,所以需要自己指定完整路径执行:
.local/pipx/venvs/jupyterlab/bin/jupyter-qtconsole
参考资料
- ↑ pipx and Jupyter Qt console. 2022-03-28 [2023-05-19] (English).
外部连结
- 官方网站 (英文)