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

Html notebook #179

Closed
wants to merge 36 commits into from
Closed

Html notebook #179

wants to merge 36 commits into from

Commits on Oct 21, 2010

  1. Configuration menu
    Copy the full SHA
    7fee9ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7100286 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edd7029 View commit details
    Browse the repository at this point in the history
  4. xreq_channel now working with the http channel! Need to make sure tha…

    …t code really is as simple as I've made it...
    james authored and jamesgao committed Oct 21, 2010
    Configuration menu
    Copy the full SHA
    d18541a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9dce0dc View commit details
    Browse the repository at this point in the history
  6. Add some javascript to make terminal listing pretty, specifically, to…

    … turn escaped terminal commands (colors) into html. Fancy regexps!
    jamesgao committed Oct 21, 2010
    Configuration menu
    Copy the full SHA
    d5a3490 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddffe2b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30d7333 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7fe119b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3001fb5 View commit details
    Browse the repository at this point in the history
  11. Add support for inline svg dumping. Now pylab works!

    james authored and jamesgao committed Oct 21, 2010
    Configuration menu
    Copy the full SHA
    8b70aad View commit details
    Browse the repository at this point in the history
  12. Argh, that was a painful commit, making full message tracking so hist…

    …ory / notebook behavior is supported
    jamesgao committed Oct 21, 2010
    Configuration menu
    Copy the full SHA
    6abdb49 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a23e40e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6f1c4f5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    990adfc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    97c2417 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dc0be4b View commit details
    Browse the repository at this point in the history
  18. Fixed the extra pyin connect message bug by deleting all empty messag…

    …es -- also useful for cleaning up messages
    jamesgao committed Oct 21, 2010
    Configuration menu
    Copy the full SHA
    e030733 View commit details
    Browse the repository at this point in the history
  19. Allow payload to display text, partial support for object inspection.…

    … I need to enable the full object_info_request before this is satisfying
    jamesgao committed Oct 21, 2010
    Configuration menu
    Copy the full SHA
    974e5d2 View commit details
    Browse the repository at this point in the history
  20. Some improved styling, added preliminary history support. Pity the ba…

    …ckend breaks with history still...
    jamesgao committed Oct 21, 2010
    Configuration menu
    Copy the full SHA
    c5168d5 View commit details
    Browse the repository at this point in the history
  21. Implement a full autocomplete browser. Still need to juggle some more…

    … events to make it more consistent
    jamesgao committed Oct 21, 2010
    Configuration menu
    Copy the full SHA
    586a263 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a0cf5f8 View commit details
    Browse the repository at this point in the history
  23. Multiline entry support

    jamesgao committed Oct 21, 2010
    Configuration menu
    Copy the full SHA
    cce11cd View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    efbcf10 View commit details
    Browse the repository at this point in the history
  25. Goddamn message tracking still being impossible to deal with, need to

    queue up messages on the comet side to make execute ok
    jamesgao committed Oct 21, 2010
    Configuration menu
    Copy the full SHA
    310913d View commit details
    Browse the repository at this point in the history
  26. I think I may have fixed the message tracking bugs. Now, all messages…

    … will actually display! Also, tweaked the styling
    jamesgao committed Oct 21, 2010
    Configuration menu
    Copy the full SHA
    2117482 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c7d81fc View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b8c76d1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fb474f4 View commit details
    Browse the repository at this point in the history
  30. oops, stupid tabs...

    jamesgao committed Oct 21, 2010
    Configuration menu
    Copy the full SHA
    77299d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2010

  1. Configuration menu
    Copy the full SHA
    516ff28 View commit details
    Browse the repository at this point in the history
  2. Change __main__.__file__ to just __file__, now ipython-http knows whe…

    …re to get html and js files
    jamesgao committed Oct 22, 2010
    Configuration menu
    Copy the full SHA
    9a75ab3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2010

  1. Changed name of ipython-http per ccordoba12's suggestion, fixed a cli…

    …ck bug in messages, and added a favicon
    jamesgao committed Oct 27, 2010
    Configuration menu
    Copy the full SHA
    c02891f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2010

  1. Starting work on the new message tracking design, better support for …

    …sleep;print;sleep pattern
    jamesgao committed Oct 28, 2010
    Configuration menu
    Copy the full SHA
    ad87ff3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1ed6cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f476146 View commit details
    Browse the repository at this point in the history