[IPython-dev] Heads-up on htmlnotebook branch

Fernando Perez fperez.net at gmail.com
Thu May 12 09:56:44 EDT 2011


Hi folks,

a couple of minor notes on the htmlnb branch...

- I'm seeing this traceback when I have the qt console open as well:

Traceback (most recent call last):
  File "/home/fperez/ipython/ipython/IPython/frontend/qt/base_frontend_mixin.py",
line 102, in _dispatch
    handler(msg)
  File "/home/fperez/ipython/ipython/IPython/frontend/qt/console/rich_ipython_widget.py",
line 98, in _handle_display_data
    if not self._hidden and self._is_from_this_session(msg):
  File "/home/fperez/ipython/ipython/IPython/frontend/qt/base_frontend_mixin.py",
line 109, in _is_from_this_session
    return msg['parent_header']['session'] == session
KeyError: 'session'

- I tried to merge htmlnotebook into master (locally, obviously :) to
see if it would go away, but right now there's a small conflict in
setupbase.py.  So we probably want to update htmlnotebook to merge
cleanly.

I won't get to this for the next couple of days, I'm giving a couple
of talks in Austin about it though (and demoing it :) so I'll report
on anything else I see.

I gave one at the Austin Python Users Group last night that was very
well received, and hopefully we'll be getting some more pull requests
soon from the local hackers :)

Cheers,

f



More information about the IPython-dev mailing list