Opened 9 years ago

Closed 9 years ago

#8 closed defect (fixed)

error at running ipython

Reported by: zhangjr Owned by: yanll
Priority: critical Milestone: pre-alpha
Component: viewer Version: 0.1
Keywords: Cc:
Blocked By: Blocking:
Parent ID: Parent Tickets:
Estimated Number of Hours: 0.0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0

Description (last modified by zhangjr)

Traceback (most recent call last):

File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/qbase_frontend_mixin.py", line 163, in _dispatch

handler(msg)

File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/qjupyter_widget.py", line 182, in _handle_execute_reply

super(JupyterWidget?, self)._handle_execute_reply(msg)

File "/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/qfrontend_widget.py", line 496, in _handle_execute_reply

super(FrontendWidget?, self)._handle_execute_reply(msg)

AttributeError?: 'super' object has no attribute '_handle_execute_reply'

Subtickets

Change History (2)

comment:1 Changed 9 years ago by zhangjr

  • Description modified (diff)
  • Status changed from new to assigned

comment:2 Changed 9 years ago by yanll

  • Resolution set to fixed
  • Status changed from assigned to closed

Change guishell.py from:
self.execute('%matplotlib inline')
To:
self._execute('%matplotlib inline', False)

Note: See TracTickets for help on using tickets.