Opened 9 years ago
Closed 9 years ago
#78 closed enhancement (fixed)
Return ipython 2.4.1
Reported by: | yanll | Owned by: | yanll |
---|---|---|---|
Priority: | minor | Milestone: | pre-alpha |
Component: | general | 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 yanll)
Return form ipython 4.2.0 to ipython 2.4.1
Subtickets
Child Tickets
Change History (3)
comment:1 Changed 9 years ago by yanll
- Description modified (diff)
comment:2 Changed 9 years ago by yanll
comment:3 Changed 9 years ago by yanll
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
change:
from qtconsole.rich_jupyter_widget import RichJupyterWidget?
from qtconsole.inprocess import QtInProcessKernelManager?
to:
from IPython.qt.console.rich_ipython_widget import RichIPythonWidget
from IPython.qt.inprocess import QtInProcessKernelManager?