Jupyter Qt console
Project description
Jupyter QtConsole
A rich Qt-based console for working with Jupyter kernels, supporting rich media output, session export, and more.
The Qtconsole is a very lightweight application that largely feels like a terminal, but provides a number of enhancements only possible in a GUI, such as inline figures, proper multiline editing with syntax highlighting, graphical calltips, and more.
Install Qtconsole
The Qtconsole requires Python bindings for Qt, such as PyQt5, PyQt4, or PySide.
Although pip and conda may be used to install the Qtconsole, conda is simpler to use since it automatically installs PyQt5. Alternatively, the Qtconsole installation with pip needs additional steps since pip doesn't install the Qt requirement.
Install using conda
To install:
conda install qtconsole
Note: If the Qtconsole is installed using conda, it will automatically install the Qt requirement as well.
Install using pip
To install:
pip install qtconsole
Note: Make sure that Qt is installed. Unfortunately, Qt is not installed when using pip. The next section gives instructions on doing it.
Installing Qt (if needed)
You can install PyQt5 with pip using the following command:
pip install pyqt5
or with a system package manager on Linux. For Windows, PyQt binary packages may be used.
Note: Additional information about using a system package manager may be found in the qtconsole documentation.
More installation instructions for PyQt can be found in the PyQt5 documentation and PyQt4 documentation
Source packages for Windows/Linux/MacOS can be found here: PyQt5 and PyQt4.
Usage
To run the Qtconsole:
jupyter qtconsole
Resources
- Project Jupyter website
- Documentation for the Qtconsole
- Documentation for Project Jupyter [PDF]
- Issues
- Technical support - Jupyter Google Group
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for qtconsole-5.4.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bae8c7e10170cdcdcaf7e6d53ad7d6a7412249b9b8310a0eaa6b6f3b260f32db |
|
MD5 | 729151452c11186d2b6d41d4db12347e |
|
BLAKE2b-256 | a433756fadbc52ae72ce3e79ab856d7ce1181082b5f2d6d735e16f6cbff7c388 |