Changes in Jupyter Qt console¶
- Make %clear to delete previous output on Windows.
- Fix SVG rendering.
4.3¶
- Rename
ConsoleWidget.width/heighttraits toconsole_width/console_heightto avoid a name clash with theQWidgetproperties. Note: the name change could be, in rare cases if a name collision exists, a code-breaking change.
Additions¶
- Add
Shift-Tabshortcut to unindent text - Add
Control-Rshortcut to rename the current tab - Add
Alt-Rshortcut to set the main window title - Add
Command-Alt-LeftandCommand-Alt-Rightshortcut to switch tabs on macOS - Add support for PySide2
- Add support for Python 3.5
- Add support for 24 bit ANSI color codes
- Add option to create new tab connected to the existing kernel
Changes¶
- Change
Tabkey behavior to always indent to the next increment of 4 spaces - Change
Homekey behavior to alternate cursor between the beginning of text (ignoring leading spaces) and beginning of the line - Improve documentation of various options and clarified the docs in some places
- Move documentation to ReadTheDocs
Fixes¶
- Fix automatic indentation of new lines that are inserted in the middle of a cell
- Fix regression where prompt would never be shown for
--existingconsoles - Fix
python.exe -m qtconsoleon Windows - Fix showing error messages when running a script using
%run - Fix
invalid cursor positionerror and subsequent freezing of user input - Fix syntax coloring when attaching to non-IPython kernels
- Fix printing when using QT5
- Fix
Control-Kshortcut (delete until end of line) on macOS - Fix history browsing (
Up/Downkeys) when lines are longer than the terminal width - Fix saving HTML with inline PNG for Python 3
- Various internal bugfixes
4.2¶
- various latex display fixes
- improvements for embedding in Qt applications (use existing Qt API if one is already loaded)
4.1¶
4.1.1¶
- Set AppUserModelID for taskbar icon on Windows 7 and later
4.1.0¶
- fix regressions in copy/paste, completion
- fix issues with inprocess IPython kernel
- fix
jupyter qtconsole --generate-config