Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-jupyter_console | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 6.1.0 | Vendor: openSUSE |
Release: bp156.3.2 | Build date: Tue May 21 03:20:51 2024 |
Group: Development/Languages/Python | Build host: i03-ch2c |
Size: 138457 | Source RPM: python-jupyter_console-6.1.0-bp156.3.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/jupyter/jupyter_console | |
Summary: Jupyter terminal console |
A terminal-based console frontend for Jupter kernels. This code is based on the single-process IPython terminal. This package provides the python components.
BSD-3-Clause
* Tue Jan 28 2020 Todd R <toddrme2178@gmail.com> - Update to 6.1.0 * switch bumpversion to nbformat-style * Remove Python 2 compatibility code. * Add support for prompt-toolkit v3 * removed extra lines from the banner - Drop documentation. These are mostly a relic of when the tests needed to be in a separate package, and since the docs are no longer versioned upstream keeping them synced with the main package is difficult. * Wed Nov 13 2019 Todd R <toddrme2178@gmail.com> - jupyter_client renamed to jupyter-client * Sun Aug 11 2019 Todd R <toddrme2178@gmail.com> - Enable tests * Fri May 17 2019 Todd R <toddrme2178@gmail.com> - Split jupyter components into own subpackage. * Tue Oct 16 2018 Todd R <toddrme2178@gmail.com> - Update to version 6.0.0 * Drop support for python 2 * Upgrade to prompt_toolkit 2.x - Don't build for python2 anymore since it isn't supported. * Sun Oct 07 2018 Todd R <toddrme2178@gmail.com> - Use upstream builds of doc files. - Merge doc subpackage and tests into main spec file. - Use %license tag - Fix prompt_toolkit dependency. * Sun Jul 22 2018 toddrme2178@gmail.com - Not compatible with prompt_toolkit 2.x * Tue Feb 13 2018 toddrme2178@gmail.com - Update url * Tue Sep 19 2017 toddrme2178@gmail.com - Update to 5.2.0 * When using a kernel that the console did not start, exiting with Ctrl-D now leaves it running. * Added Ctrl-\\ shortcut to quit the console. * Input prompt numbers are now updated when another frontend has executed code in the same kernel. * Fix setting next input with newer versions of prompt_toolkit. * Ensure history entries are unicode, not bytes, on Python 2. * Wed Apr 26 2017 toddrme2178@gmail.com - Implement single-spec version. * Fri Mar 31 2017 toddrme2178@gmail.com - Updaste to 5.1 * New ``ZMQTerminalInteractiveShell.true_color`` config option to use 24-bit colour. * New ``ZMQTerminalInteractiveShell.confirm_exit`` config option to turn off asking 'are you sure' on exit. * New ``--simple-prompt`` flag to explicitly use the fallback mode without prompt_toolkit. * Fixed executing an empty input. * Fixed formatting for code and outputs from other frontends executing code. * Avoid using functions which will be removed in IPython 6. - Updaste to 5.0.0 + Interactive Shell architecture * disinherit shell class from IPython Interactive Shell `#68 <https://github.com/jupyter/jupyter_console/pull/68>`_ This separates jupyter_console's ZMQTerminalInteractiveShell from IPython's TerminalInteractiveShell and InteractiveShell classes. * update SIGINT handler to not use the old interactive API shell `#80 <https://github.com/jupyter/jupyter_console/pull/80>`_ + Image Handling improvement * use PIL as default image handler `#79 <https://github.com/jupyter/jupyter_console/pull/79>`_ * better indication of whether image data was handled `#77 <https://github.com/jupyter/jupyter_console/pull/77>`_ + Prompts improvement * use prompt_toolkit 1.0 `#74 <https://github.com/jupyter/jupyter_console/pull/74>`_ * don't use prompt_manager `#75 <https://github.com/jupyter/jupyter_console/pull/75>`_ * remove ``colors_force`` flag that have no effects: `#88 <https://github.com/jupyter/jupyter_console/pull/88>`_ - Updaste to 4.1.1 * fix for readline history * don't confuse sys.path with virtualenvs * Thu Feb 18 2016 toddrme2178@gmail.com - specfile: * update copyright year * Split documentation into subpackage - update to version 4.1.0: * readline/completion fixes * use is_complete messages to determine if input is complete (important for non-Python kernels) * fix: 4.0 was looking for jupyter_console_config in IPython config directories, not Jupyter * Mon Oct 12 2015 toddrme2178@gmail.com - Update to 4.0.3 * fix jupyter console --generate-config * Mon Oct 05 2015 toddrme2178@gmail.com - Build documentation * Wed Sep 16 2015 toddrme2178@gmail.com - Update to 4.0.2 * fix `jupyter console --generate-config` * add long_description * fix setuptools entrypoint - Update to 4.0.1 * entrypoints only when setuptools invoked * bug fix * suggestion for windows users * Fix printing errors when execute_reply and error messages come * Try installing IPython from Github on RTD * Try installing on RTD with --pre to get IPython 4 * Add requirements file for RTD * Tue Jul 21 2015 toddrme2178@gmail.com - Initial version
/usr/lib/python3.6/site-packages/jupyter_console /usr/lib/python3.6/site-packages/jupyter_console-6.1.0-py3.6.egg-info /usr/lib/python3.6/site-packages/jupyter_console/__init__.py /usr/lib/python3.6/site-packages/jupyter_console/__main__.py /usr/lib/python3.6/site-packages/jupyter_console/__pycache__ /usr/lib/python3.6/site-packages/jupyter_console/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jupyter_console/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/jupyter_console/__pycache__/__main__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jupyter_console/__pycache__/__main__.cpython-36.pyc /usr/lib/python3.6/site-packages/jupyter_console/__pycache__/_version.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jupyter_console/__pycache__/_version.cpython-36.pyc /usr/lib/python3.6/site-packages/jupyter_console/__pycache__/app.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jupyter_console/__pycache__/app.cpython-36.pyc /usr/lib/python3.6/site-packages/jupyter_console/__pycache__/completer.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jupyter_console/__pycache__/completer.cpython-36.pyc /usr/lib/python3.6/site-packages/jupyter_console/__pycache__/ptshell.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jupyter_console/__pycache__/ptshell.cpython-36.pyc /usr/lib/python3.6/site-packages/jupyter_console/__pycache__/zmqhistory.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jupyter_console/__pycache__/zmqhistory.cpython-36.pyc /usr/lib/python3.6/site-packages/jupyter_console/_version.py /usr/lib/python3.6/site-packages/jupyter_console/app.py /usr/lib/python3.6/site-packages/jupyter_console/completer.py /usr/lib/python3.6/site-packages/jupyter_console/ptshell.py /usr/lib/python3.6/site-packages/jupyter_console/tests /usr/lib/python3.6/site-packages/jupyter_console/tests/__init__.py /usr/lib/python3.6/site-packages/jupyter_console/tests/__pycache__ /usr/lib/python3.6/site-packages/jupyter_console/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jupyter_console/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/jupyter_console/tests/__pycache__/test_console.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jupyter_console/tests/__pycache__/test_console.cpython-36.pyc /usr/lib/python3.6/site-packages/jupyter_console/tests/__pycache__/test_image_handler.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jupyter_console/tests/__pycache__/test_image_handler.cpython-36.pyc /usr/lib/python3.6/site-packages/jupyter_console/tests/__pycache__/writetofile.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/jupyter_console/tests/__pycache__/writetofile.cpython-36.pyc /usr/lib/python3.6/site-packages/jupyter_console/tests/test_console.py /usr/lib/python3.6/site-packages/jupyter_console/tests/test_image_handler.py /usr/lib/python3.6/site-packages/jupyter_console/tests/writetofile.py /usr/lib/python3.6/site-packages/jupyter_console/zmqhistory.py /usr/share/doc/packages/python3-jupyter_console /usr/share/doc/packages/python3-jupyter_console/CONTRIBUTING.md /usr/share/doc/packages/python3-jupyter_console/README.md /usr/share/licenses/python3-jupyter_console /usr/share/licenses/python3-jupyter_console/COPYING.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 14:56:22 2025