mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
refactor(widgets/figure: fixed wrong references to debug jupyter console
This commit is contained in:
@ -433,7 +433,7 @@ class DebugWindow(QWidget):
|
|||||||
|
|
||||||
# console push
|
# console push
|
||||||
self.console.kernel_manager.kernel.shell.push(
|
self.console.kernel_manager.kernel.shell.push(
|
||||||
{"fig": self.figure, "w1": self.w1, "w2": self.w2, "c1": self.c1, "w5": self.w5}
|
{"fig": self.figure, "w1": self.w1, "w2": self.w2}
|
||||||
)
|
)
|
||||||
|
|
||||||
def _init_ui(self):
|
def _init_ui(self):
|
||||||
|
Reference in New Issue
Block a user