有没有办法在不安装Qt的情况下安装jupyter?

Mer*_*lin 1 python jupyter-notebook

有没有办法在不安装Qt的情况下安装jupyter?

我不使用 qtconsole,想删除 pyQt。

mde*_*eff 6

不要安装qtconsole

使用conda,执行conda install notebookconda install jupyterlab。不要运行conda install jupyter,因为这将安装qtconsole(查看conda-forge 配方)。

使用pip,执行pip install notebookpip install jupyterlab。不要运行pip install jupyter,因为这将安装qtconsole(查看jupyter setup.py)。