Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unicode errors when rendering to IPython notebook #68

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 28, 2015

  1. [enh] return unicode from _repr_html_

    Do no make Pygments encode highlighted source code, keep unicode. This
    is already done for NodeList and ProxyList, fix Node and EndlNode.
    remram44 committed May 28, 2015
    Configuration menu
    Copy the full SHA
    ad1c8d8 View commit details
    Browse the repository at this point in the history
  2. [fix] don't join bytes object in _repr_html_()

    NodeList and ProxyList do a unicode join() to construct the final
    unicode object; ths makes every element unicode to begin with, to avoid
    automatic decoding.
    remram44 committed May 28, 2015
    Configuration menu
    Copy the full SHA
    a48d367 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2015

  1. Configuration menu
    Copy the full SHA
    368cfc1 View commit details
    Browse the repository at this point in the history