All Projects → jupyter → Qtconsole

jupyter / Qtconsole

Licence: bsd-3-clause
Jupyter Qt Console

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Qtconsole

Best Of Jupyter
🏆 A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.
Stars: ✭ 200 (-20.63%)
Mutual labels:  jupyter
Vscode Jupyter
VS Code Jupyter extension
Stars: ✭ 216 (-14.29%)
Mutual labels:  jupyter
Ploomber
A convention over configuration workflow orchestrator. Develop locally (Jupyter or your favorite editor), deploy to Airflow or Kubernetes.
Stars: ✭ 221 (-12.3%)
Mutual labels:  jupyter
Halo
💫 Beautiful spinners for terminal, IPython and Jupyter
Stars: ✭ 2,532 (+904.76%)
Mutual labels:  jupyter
Lfortran
Official mirror of https://gitlab.com/lfortran/lfortran. Please submit pull requests (PR) there. Any PR sent here will be closed automatically.
Stars: ✭ 220 (-12.7%)
Mutual labels:  jupyter
Jns
jupyter notebook and lab on Raspberry Pi
Stars: ✭ 228 (-9.52%)
Mutual labels:  jupyter
Python For Data Science
A collection of Jupyter Notebooks for learning Python for Data Science.
Stars: ✭ 205 (-18.65%)
Mutual labels:  jupyter
Egal
easy drawing in jupyter
Stars: ✭ 251 (-0.4%)
Mutual labels:  jupyter
Jupyterlab templates
Support for jupyter notebook templates in jupyterlab
Stars: ✭ 223 (-11.51%)
Mutual labels:  jupyter
Jupyterwith
declarative and reproducible Jupyter environments - powered by Nix
Stars: ✭ 235 (-6.75%)
Mutual labels:  jupyter
Jupyter server
The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
Stars: ✭ 217 (-13.89%)
Mutual labels:  jupyter
Paperboy
A web frontend for scheduling Jupyter notebook reports
Stars: ✭ 221 (-12.3%)
Mutual labels:  jupyter
Applied Reinforcement Learning
Reinforcement Learning and Decision Making tutorials explained at an intuitive level and with Jupyter Notebooks
Stars: ✭ 229 (-9.13%)
Mutual labels:  jupyter
Notebooker
Productionise your Jupyter Notebooks as easily as you wrote them.
Stars: ✭ 215 (-14.68%)
Mutual labels:  jupyter
Tslab
Interactive JavaScript and TypeScript programming with Jupyter
Stars: ✭ 240 (-4.76%)
Mutual labels:  jupyter
Screenshot To Code
A neural network that transforms a design mock-up into a static website.
Stars: ✭ 13,561 (+5281.35%)
Mutual labels:  jupyter
Dash
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Stars: ✭ 15,592 (+6087.3%)
Mutual labels:  jupyter
Nbdev
Create delightful python projects using Jupyter Notebooks
Stars: ✭ 3,061 (+1114.68%)
Mutual labels:  jupyter
Jupyter Tips And Tricks
Using Project Jupyter for data science.
Stars: ✭ 245 (-2.78%)
Mutual labels:  jupyter
Beakerx
Beaker Extensions for Jupyter Notebook
Stars: ✭ 2,594 (+929.37%)
Mutual labels:  jupyter

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].