You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
There is a bug with the version of qtconsole that is installed with glueviz. This bug causes the cursor to disappear after the first command it typed rendering the console useless. There is a method bug with qtconsole-5.2.3 that causes the ipython console to freeze. This bug was fixed in qtconsole-5.4.3, which I have installed natively. I can't for the life of me figure out how to force glueviz to use my native version of qtconsole. I think glueviz needs to be repackaged with the new version of the library or allow the user to employ their native version of the library.
Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\base_frontend_mixin.py", line 138, in _dispatch
handler(msg)
File "C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\jupyter_widget.py", line 193, in _handle_execute_reply
super()._handle_execute_reply(msg)
File "C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\frontend_widget.py", line 468, in _handle_execute_reply
if not self.kernel_client.iopub_channel.closed():
AttributeError: 'QtInProcessChannel' object has no attribute 'closed'
The text was updated successfully, but these errors were encountered:
Hello,
There is a bug with the version of qtconsole that is installed with glueviz. This bug causes the cursor to disappear after the first command it typed rendering the console useless. There is a method bug with qtconsole-5.2.3 that causes the ipython console to freeze. This bug was fixed in qtconsole-5.4.3, which I have installed natively. I can't for the life of me figure out how to force glueviz to use my native version of qtconsole. I think glueviz needs to be repackaged with the new version of the library or allow the user to employ their native version of the library.
Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\base_frontend_mixin.py", line 138, in _dispatch
handler(msg)
File "C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\jupyter_widget.py", line 193, in _handle_execute_reply
super()._handle_execute_reply(msg)
File "C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\frontend_widget.py", line 468, in _handle_execute_reply
if not self.kernel_client.iopub_channel.closed():
AttributeError: 'QtInProcessChannel' object has no attribute 'closed'
The text was updated successfully, but these errors were encountered: