qtconsole


Nameqtconsole JSON
Version 5.5.2 PyPI version JSON
download
home_pagehttp://jupyter.org
SummaryJupyter Qt console
upload_time2024-05-05 15:56:43
maintainerSpyder Development Team
docs_urlNone
authorJupyter Development Team
requires_python>=3.8
licenseBSD
keywords interactive interpreter shell
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Jupyter QtConsole

![Windows tests](https://github.com/jupyter/qtconsole/workflows/Windows%20tests/badge.svg)
![Macos tests](https://github.com/jupyter/qtconsole/workflows/Macos%20tests/badge.svg)
![Linux tests](https://github.com/jupyter/qtconsole/workflows/Linux%20tests/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/jupyter/qtconsole/badge.svg?branch=master)](https://coveralls.io/github/jupyter/qtconsole?branch=master)
[![Documentation Status](https://readthedocs.org/projects/qtconsole/badge/?version=stable)](https://qtconsole.readthedocs.io/en/stable/)
[![Google Group](https://img.shields.io/badge/-Google%20Group-lightgrey.svg)](https://groups.google.com/forum/#!forum/jupyter)

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](https://raw.githubusercontent.com/jupyter/qtconsole/master/docs/source/_images/qtconsole.png)

## Install Qtconsole
The Qtconsole requires Python bindings for Qt, such as [PyQt6](https://pypi.org/project/PyQt6/), [PySide6](https://pypi.org/project/PySide6/), [PyQt5](https://pypi.org/project/PyQt5/) or [PySide2](https://pypi.org/project/PySide2/).

Although [pip](https://pypi.python.org/pypi/pip) and
[conda](http://conda.pydata.org/docs) 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](https://qtconsole.readthedocs.io).

More installation instructions for PyQt can be found in the [PyQt5 documentation](http://pyqt.sourceforge.net/Docs/PyQt5/installation.html) and [PyQt4 documentation](http://pyqt.sourceforge.net/Docs/PyQt4/installation.html)

Source packages for Windows/Linux/MacOS can be found here: [PyQt5](https://www.riverbankcomputing.com/software/pyqt/download5) and [PyQt4](https://riverbankcomputing.com/software/pyqt/download).


## Usage
To run the Qtconsole:

    jupyter qtconsole

## Resources
- [Project Jupyter website](https://jupyter.org)
- Documentation for the Qtconsole
  * [latest version](https://qtconsole.readthedocs.io/en/latest/) [[PDF](https://media.readthedocs.org/pdf/qtconsole/latest/qtconsole.pdf)]
  * [stable version](https://qtconsole.readthedocs.io/en/stable/) [[PDF](https://media.readthedocs.org/pdf/qtconsole/stable/qtconsole.pdf)]
- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html) [[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)]
- [Issues](https://github.com/jupyter/qtconsole/issues)
- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter)

            

Raw data

            {
    "_id": null,
    "home_page": "http://jupyter.org",
    "name": "qtconsole",
    "maintainer": "Spyder Development Team",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Interactive, Interpreter, Shell",
    "author": "Jupyter Development Team",
    "author_email": "jupyter@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/78/c7/d49db5355490fa5672e835eb464203ec8122b1ee693dc6495500dcfbeac3/qtconsole-5.5.2.tar.gz",
    "platform": "Linux",
    "description": "# Jupyter QtConsole\n\n![Windows tests](https://github.com/jupyter/qtconsole/workflows/Windows%20tests/badge.svg)\n![Macos tests](https://github.com/jupyter/qtconsole/workflows/Macos%20tests/badge.svg)\n![Linux tests](https://github.com/jupyter/qtconsole/workflows/Linux%20tests/badge.svg)\n[![Coverage Status](https://coveralls.io/repos/github/jupyter/qtconsole/badge.svg?branch=master)](https://coveralls.io/github/jupyter/qtconsole?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/qtconsole/badge/?version=stable)](https://qtconsole.readthedocs.io/en/stable/)\n[![Google Group](https://img.shields.io/badge/-Google%20Group-lightgrey.svg)](https://groups.google.com/forum/#!forum/jupyter)\n\nA rich Qt-based console for working with Jupyter kernels,\nsupporting rich media output, session export, and more.\n\nThe Qtconsole is a very lightweight application that largely feels like a terminal, but\nprovides a number of enhancements only possible in a GUI, such as inline\nfigures, proper multiline editing with syntax highlighting, graphical calltips,\nand more.\n\n![qtconsole](https://raw.githubusercontent.com/jupyter/qtconsole/master/docs/source/_images/qtconsole.png)\n\n## Install Qtconsole\nThe Qtconsole requires Python bindings for Qt, such as [PyQt6](https://pypi.org/project/PyQt6/), [PySide6](https://pypi.org/project/PySide6/), [PyQt5](https://pypi.org/project/PyQt5/) or [PySide2](https://pypi.org/project/PySide2/).\n\nAlthough [pip](https://pypi.python.org/pypi/pip) and\n[conda](http://conda.pydata.org/docs) may be used to install the Qtconsole, conda\nis simpler to use since it automatically installs PyQt5. Alternatively,\nthe Qtconsole installation with pip needs additional steps since pip doesn't install\nthe Qt requirement.\n\n### Install using conda\nTo install:\n\n    conda install qtconsole\n\n**Note:** If the Qtconsole is installed using conda, it will **automatically**\ninstall the Qt requirement as well.\n\n### Install using pip\nTo install:\n\n    pip install qtconsole\n\n**Note:** Make sure that Qt is installed. Unfortunately, Qt is not\ninstalled when using pip. The next section gives instructions on doing it.\n\n### Installing Qt (if needed)\nYou can install PyQt5 with pip using the following command:\n\n    pip install pyqt5\n\nor with a system package manager on Linux. For Windows, PyQt binary packages may be\nused.\n\n**Note:** Additional information about using a system package manager may be\nfound in the [qtconsole documentation](https://qtconsole.readthedocs.io).\n\nMore installation instructions for PyQt can be found in the [PyQt5 documentation](http://pyqt.sourceforge.net/Docs/PyQt5/installation.html) and [PyQt4 documentation](http://pyqt.sourceforge.net/Docs/PyQt4/installation.html)\n\nSource packages for Windows/Linux/MacOS can be found here: [PyQt5](https://www.riverbankcomputing.com/software/pyqt/download5) and [PyQt4](https://riverbankcomputing.com/software/pyqt/download).\n\n\n## Usage\nTo run the Qtconsole:\n\n    jupyter qtconsole\n\n## Resources\n- [Project Jupyter website](https://jupyter.org)\n- Documentation for the Qtconsole\n  * [latest version](https://qtconsole.readthedocs.io/en/latest/) [[PDF](https://media.readthedocs.org/pdf/qtconsole/latest/qtconsole.pdf)]\n  * [stable version](https://qtconsole.readthedocs.io/en/stable/) [[PDF](https://media.readthedocs.org/pdf/qtconsole/stable/qtconsole.pdf)]\n- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html) [[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)]\n- [Issues](https://github.com/jupyter/qtconsole/issues)\n- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter)\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Jupyter Qt console",
    "version": "5.5.2",
    "project_urls": {
        "Homepage": "http://jupyter.org"
    },
    "split_keywords": [
        "interactive",
        " interpreter",
        " shell"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f23fde5e5eb44900c1ed1c1567bc505e3b6e6f4c01cf29e558bf2f8cee29af5b",
                "md5": "7b6b1ccb025998dcbc6d6f857857b2d9",
                "sha256": "42d745f3d05d36240244a04e1e1ec2a86d5d9b6edb16dbdef582ccb629e87e0b"
            },
            "downloads": -1,
            "filename": "qtconsole-5.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7b6b1ccb025998dcbc6d6f857857b2d9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 123401,
            "upload_time": "2024-05-05T15:56:40",
            "upload_time_iso_8601": "2024-05-05T15:56:40.336365Z",
            "url": "https://files.pythonhosted.org/packages/f2/3f/de5e5eb44900c1ed1c1567bc505e3b6e6f4c01cf29e558bf2f8cee29af5b/qtconsole-5.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78c7d49db5355490fa5672e835eb464203ec8122b1ee693dc6495500dcfbeac3",
                "md5": "fdeca291b64562c45deed6aaa92b41d0",
                "sha256": "6b5fb11274b297463706af84dcbbd5c92273b1f619e6d25d08874b0a88516989"
            },
            "downloads": -1,
            "filename": "qtconsole-5.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "fdeca291b64562c45deed6aaa92b41d0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 439219,
            "upload_time": "2024-05-05T15:56:43",
            "upload_time_iso_8601": "2024-05-05T15:56:43.511511Z",
            "url": "https://files.pythonhosted.org/packages/78/c7/d49db5355490fa5672e835eb464203ec8122b1ee693dc6495500dcfbeac3/qtconsole-5.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-05 15:56:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "qtconsole"
}
        
Elapsed time: 0.25517s