Opened 9 years ago

Closed 9 years ago

#6 closed defect (fixed)

Input not available in Ipython window

Reported by: yanll 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

The guishell.src code is to be checked.

Subtickets

Change History (5)

comment:1 Changed 9 years ago by yanll

  • Status changed from new to assigned

comment:2 Changed 9 years ago by yanll

  • Status changed from assigned to accepted

comment:3 Changed 9 years ago by yanll

The error is given:

/opt/shared/library/python-2.7.10/lib/python2.7/site-packages/IPython/paths.py:54: UserWarning?: Moving ~/.config/ipython to ~/.ipython

warn('Moving {0} to {1}'.format(cu(xdg_ipdir), cu(ipdir)))

WARNING:root:No blocking client to make is_complete requests

comment:4 Changed 9 years ago by yanll

Bug is fixed.

Delete:
kernel.shell.push(kwargs)

Add inline plot for ipython:
self.execute("%matplotlib inline")

comment:5 Changed 9 years ago by yanll

  • Resolution set to fixed
  • Status changed from accepted to closed
Note: See TracTickets for help on using tickets.