Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: jupyter-qtconsole | Distribution: SUSE Linux Enterprise 15 SP3 |
Version: 4.7.4 | Vendor: openSUSE |
Release: bp153.1.15 | Build date: Sat Mar 6 16:25:44 2021 |
Group: Development/Languages/Python | Build host: goat09 |
Size: 28791 | Source RPM: python-qtconsole-4.7.4-bp153.1.15.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/jupyter/qtconsole | |
Summary: Jupyter Qt console |
A rich Qt-based console for working with Jupyter kernels, supporting rich media output, session export, and more. This package provides the jupyter components.
BSD-3-Clause
* Sat May 23 2020 Arun Persaud <arun@gmx.de> - update to version 4.7.4: * Fix completion widget text for paths and files. * Make Qtconsole work on Python 3.8 and Windows. * Sat Apr 18 2020 Arun Persaud <arun@gmx.de> - update to version 4.7.3: * Fix all misuses of QtGui. * Sat Mar 28 2020 Arun Persaud <arun@gmx.de> - update to version 4.7.2: * Set updated prompt as previous prompt object in JupyterWidget. * Fix some Qt incorrect imports. * Thu Mar 12 2020 Arun Persaud <arun@gmx.de> - update to version 4.7.1: * Remove common prefix from path completions. * Use QtWidgets instead of QtGui to create QMenu instances. * Tue Mar 03 2020 Todd R <toddrme2178@gmail.com> - Update to version 4.7.0 + Additions * Use qtpy as the shim layer for Python Qt bindings and remove our own shim. + Changes * Remove code to expand tabs to spaces. * Skip history if it is the same as the input buffer. - Drop doc subpackage due to rapid changes in readthedocs download urls. This was a hold-over from when the tests were run in a separate doc subpackage. * Fri Nov 22 2019 Todd R <toddrme2178@gmail.com> - Update to version 4.6.0 + Additions * Add an option to configure scrollbar visibility. + Changes * Avoid introducing a new line when executing code. * Tue Nov 12 2019 Todd R <toddrme2178@gmail.com> - Update to version 4.5.5 * Set console to read only after input. * Allow text to be added before the prompt while autocompleting. * Scroll when adding text even when not executing. - Update to versionn 4.5.4 * Fix emoji highlighting. - Update to versionn 4.5.3 * Fix error when closing comms. * Fix prompt automatically scrolling down on execution. * Mon Jul 29 2019 Todd R <toddrme2178@gmail.com> - Update to versionn 4.5.2 * Remove deprecation warnings in Python 3.8 * Improve positioning and content of completion widget. * Scroll down for output from remote commands. * Wed Jun 12 2019 Todd R <toddrme2178@gmail.com> - Update to version 4.5.1 * Only use setuptools in setup.py to fix uploading tarballs to PyPI. - Update to version 4.5 + Additions * Add Comms to qtconsole. * Add kernel language name as an attribute of JupyterWidget. + Changes * Use new traitlets API with decorators. * Thu Apr 25 2019 Todd R <toddrme2178@gmail.com> - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. - Update to version 4.4.4 * Prevent cursor from moving to the end of the line while debugging. * Sat Dec 22 2018 Todd R <toddrme2178@gmail.com> - Update to version 4.4.3 * Fix complete statements check inside indented block for Python after the IPython 7 release. * Improve auto-scrolling during execution. - Update to version 4.4.2 * Fix incompatibility with PyQt5 5.11. * Fri Sep 07 2018 toddrme2178@gmail.com - Update to version 4.4.1 * Fix setting width and height when displaying images with IPython's Image. * Avoid displaying errors when using Matplotlib to generate pngs from Latex. - Update to version 4.4.0 + Additions * :kbd:`Control-D` enters an EOT character if kernel is executing and input is empty. * Implement block indent on multiline selection with :kbd:`Tab`. - Change the syntax highlighting style used in the console at any time. It can be done in the menu ``View > Syntax Style``. + Changes * Change :kbd:`Control-Shift-A` to select cell contents first. * Change default tab width to 4 spaces. * Enhance handling of input from other clients. - Don't block the console when the kernel is asked for completions. + Fixes * Fix bug that make PySide2 a forbidden binding. * Fix IndexError when copying prompts. * Fix behavior of right arrow key. * Fix behavior of :kbd:`Control-Backspace` and :kbd:`Control-Del` - Use upstream documentation builds * Tue Feb 13 2018 toddrme2178@gmail.com - Update url * Tue Sep 19 2017 toddrme2178@gmail.com - Update to 4.3.1 * Make %clear to delete previous output on Windows. * Fix SVG rendering. * Wed Apr 26 2017 toddrme2178@gmail.com - Implement single-spec version. * Fri Apr 07 2017 toddrme2178@gmail.com - Fix update-alternatives usage. * Thu Mar 30 2017 toddrme2178@gmail.com - Update to 4.3 + Additions * Add :kbd:`Shift-Tab` shortcut to unindent text * Add :kbd:`Control-R` shortcut to rename the current tab * Add :kbd:`Alt-R` shortcut to set the main window title * Add :kbd:`Command-Alt-Left` and :kbd:`Command-Alt-Right` shortcut 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 :kbd:`Tab` key behavior to always indent to the next increment of 4 spaces * Change :kbd:`Home` key 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 * Rename `ConsoleWidget.width/height` traits to `console_width/console_height` to avoid a name clash with the `QWidget` properties. Note: the name change could be, in rare cases if a name collision exists, a code-breaking change. + 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 `--existing` consoles * Fix `python.exe -m qtconsole` on Windows * Fix showing error messages when running a script using `%run` * Fix `invalid cursor position` error and subsequent freezing of user input * Fix syntax coloring when attaching to non-IPython kernels * Fix printing when using QT5 * Fix :kbd:`Control-K` shortcut (delete until end of line) on macOS * Fix history browsing (:kbd:`Up`/:kbd:`Down` keys) when lines are longer than the terminal width * Fix saving HTML with inline PNG for Python 3 * Various internal bugfixes - Update to 4.2 * various latex display fixes * improvements for embedding in Qt applications (use existing Qt API if one is already loaded) * Thu Feb 18 2016 toddrme2178@gmail.com - update to version 4.1.1: * Set AppUserModelID for Windows 7 and later * Switch to using qtconsole module to find qt * Fix Travis tests for Python 2 * Updated example for creating inprocess qtconsole * Enable 3.5 on travis - Split documentation into subpackage * Fri Oct 16 2015 toddrme2178@gmail.com - Update to 4.1.0 * Fixed generating the default configuration * Fixed some regressions in copy/paste from the console. * Mon Oct 05 2015 toddrme2178@gmail.com - Build documentation * Fri Aug 21 2015 toddrme2178@gmail.com - Remove duplicate requirements * Thu Aug 13 2015 toddrme2178@gmail.com - Initial version
/usr/bin/jupyter-qtconsole /usr/share/applications/jupyter-qtconsole.desktop /usr/share/icons/hicolor/scalable/apps/JupyterQtConsole.svg /usr/share/licenses/jupyter-qtconsole /usr/share/licenses/jupyter-qtconsole/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 13:49:26 2024