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

Fixes ipython printing extension #1853

Merged
merged 5 commits into from Mar 8, 2013

Commits on Mar 1, 2013

  1. Fixes ipython printing extension

    This fixes two things.
    
    First, the extension had to be reloaded to import the extension.
    Fixes issue sympy#3619
    
    Second, this has been broken since IPython moved IPython.zmq to
    IPython.kernel.zmq. This fixes this. Note, there are some git
    versions of IPython where this will still break, but it should work
    for all stable releases and will work for the current git version.
    flacjacket committed Mar 1, 2013
    Copy the full SHA
    8fc7070 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2013

  1. Copy the full SHA
    22888f6 View commit details
    Browse the repository at this point in the history
  2. Remove IPython sniffing

    Removes checks on whether or not one is in the qtconsole or notebook
    before setting the unicode and latex once it is verified that your in
    any IPython instance.
    flacjacket committed Mar 6, 2013
    Copy the full SHA
    a4541e3 View commit details
    Browse the repository at this point in the history
  3. Add tests for ipythonprinting extension

    Adds tests for the loading of the printing extension for IPython. This
    only tests the plain text output, this could also be used to test
    whether or not latex is enabled, png's are created, etc.
    flacjacket committed Mar 6, 2013
    Copy the full SHA
    af2bc5d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7350422 View commit details
    Browse the repository at this point in the history