Jupyter
#
安装
#
# install jupyterlab
pipx install jupyterlab --include-deps
pipx ensurepath
pipx inject jupyterlab pandas
pipx ensurepath
pipx install notebook
pipx install jupyter-book
# 验证安装
jupyter --version
jupyter-lab --version
notebook --version
jupyter-book --version
jupyter --version
# Selected Jupyter core packages...
# IPython : 8.18.1
# ipykernel : 6.29.4
# ipywidgets : 8.1.2
# jupyter_client : 7.4.9
# jupyter_core : 5.7.2
# jupyter_server : 2.14.0
# jupyterlab : not installed
# nbclient : 0.10.0
# nbconvert : 7.16.4
# nbformat : 5.10.4
# notebook : 6.5.7
# qtconsole : 5.5.2
# traitlets : 5.14.3
叶王 © 2013-2024 版权所有。如果本文档对你有所帮助,可以请作者喝饮料。