loongson/pypi/: qtconsole-5.0.2 metadata and description

Homepage Simple index

Jupyter Qt console

author Jupyter Development Team
author_email jupyter@googlegroups.com
classifiers
  • Intended Audience :: Developers
  • Intended Audience :: System Administrators
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: BSD License
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
description_content_type text/markdown
keywords Interactive,Interpreter,Shell
license BSD
maintainer Spyder Development Team
platform
  • Linux
  • Mac OS X
  • Windows
provides_extras test
requires_dist
  • traitlets
  • ipython-genutils
  • jupyter-core
  • jupyter-client (>=4.1)
  • pygments
  • ipykernel (>=4.1)
  • qtpy
  • pyzmq (>=17.1)
  • Sphinx (>=1.3) ; extra == 'doc'
  • flaky ; extra == 'test'
  • pytest ; extra == 'test'
  • pytest-qt ; extra == 'test'
requires_python >= 3.6

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
qtconsole-5.0.2-py3-none-any.whl
Size
116 KB
Type
Python Wheel
Python
3

Jupyter QtConsole

Windows tests Macos tests Linux tests Coverage Status Documentation Status Google Group

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.

qtconsole

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