Installation — Jupyter Qt Console 5.6.1 documentation (original) (raw)

Jupyter Qt Console

The Qt console requires Qt, such asPyQt6,PySide6,PyQt5,PySide2.

Although pip andconda may be used to install the Qt console, conda is simpler to use since it automatically installs PyQt.

Install using conda

To install:

Note

If the Qt console is installed using conda, it will automaticallyinstall the Qt requirement as well.

Install using pip

To install:

Installing Qt (if needed)

We recommend installing PyQt with conda:

or with pip:

For example with Linux Debian’s system package manager, use:

sudo apt-get install python3-pyqt5 # PyQt5 on Python 3

See also:

Installing Jupyter <https://jupyter.readthedocs.io/en/latest/install.html>_ The Qt console is part of the Jupyter ecosystem.