Skip to content

Commit

Permalink
shortcuts for mainWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbautista committed Sep 30, 2024
1 parent 3e28103 commit 1591daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtconsole/qtconsoleapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class JupyterQtConsoleApp(JupyterApp, JupyterConsoleApp):
"""
examples = _examples

classes = [JupyterWidget] + JupyterConsoleApp.classes
classes = [JupyterWidget, MainWindow] + JupyterConsoleApp.classes
flags = Dict(flags)
aliases = Dict(aliases)
frontend_flags = Any(qt_flags)
Expand Down

0 comments on commit 1591daf

Please sign in to comment.