Matplotlib
Matplotlib是一套Python寫的繪圖工具。
安裝
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).
外部連結
- 官方網站 (英文)