jupyter-qtconsole-3.6
Jupyter - Qt console (Python 3)
Install
- All systems
-
curl cmd.cat/jupyter-qtconsole-3.6.sh
- Debian
-
apt-get install python3-qtconsole
- Ubuntu
-
apt-get install python3-qtconsole
- Kali Linux
-
apt-get install python3-qtconsole
- Fedora
-
dnf install python3-qtconsole
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-qtconsole
- Raspbian
-
apt-get install python3-qtconsole
- Dockerfile
- dockerfile.run/jupyter-qtconsole-3.6
python3-qtconsole
Jupyter - Qt console (Python 3)
IPython can be used as a replacement for the standard Python shell, or it can be used as a complete working environment for scientific computing (like Matlab or Mathematica) when paired with the standard Python scientific and numerical tools. It supports dynamic object introspections, numbered input/output prompts, a macro system, session logging, session restoring, complete system shell access, verbose and colored traceback reports, auto-parentheses, auto-quoting, and is embeddable in other Python programs. This package contains the qtconsole library for the Python 3 interpreter.