Skip to content

Commit

Permalink
Merge pull request #6 from jupyter-xeus/correct-pyside-example
Browse files Browse the repository at this point in the history
correct pyside example
  • Loading branch information
DerThorsten authored Oct 11, 2023
2 parents 2eb2f51 + b2b9449 commit 9385a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyside_kernel_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- code to execute:
from kernel_widget import get_kernel_widget
from PyQt5.QtWidgets import QPushButton
from PySide2.QtWidgets import QPushButton
button = QPushButton()
button.setText("black magic")
Expand Down

0 comments on commit 9385a64

Please sign in to comment.