-
-
Notifications
You must be signed in to change notification settings - Fork 397
Closed
Labels
Description
Ipython already provides support for qt6. for example running this in ipython works:
%gui qt6
however when running the same using the ipykernel i get
%gui qt6
ERROR:root:Invalid GUI request 'qt6', valid ones are:dict_keys(['inline', 'nbagg', 'notebook', 'ipympl', 'widget', None, 'qt4', 'qt', 'qt5', 'wx', 'tk', 'gtk', 'gtk3', 'osx', 'asyncio'])