Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions bluesky_widgets/qt/ipython_console.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from qtconsole.manager import QtKernelManager
from qtconsole.rich_jupyter_widget import RichJupyterWidget
from qtpy.QtCore import Qt, Signal, Slot
from qtpy.QtWidgets import (
QLabel,
QPushButton,
QSizePolicy,
QVBoxLayout,
QWidget,
QSizePolicy,
QPushButton,
QLabel,
)
from qtpy.QtCore import Signal, Slot, Qt
from qtconsole.rich_jupyter_widget import RichJupyterWidget
from qtconsole.manager import QtKernelManager


class QtReIPythonConsole(QWidget):
Expand Down
14 changes: 14 additions & 0 deletions docs/source/release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Release History
===============

v0.0.18 (2026-04-14)
====================

Added
-----

- IPython widget for Queue Server.

Fixed
-----

- Minor fixes for improving performance.


v0.0.17 (2025-06-23)
====================

Expand Down
Loading