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

ENH: Add option to disable MathJax (#19824). #19856

Merged
merged 11 commits into from
Mar 1, 2018

Commits on Feb 23, 2018

  1. ENH: Add Styler.disable_mathjax() method (pandas-dev#19824).

    This prevents MathJax from processing table contents.
    David Hall committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    3df97e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. Revert "ENH: Add Styler.disable_mathjax() method (pandas-dev#19824)."

    This reverts commit 3df97e3.
    David Hall committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    f48f587 View commit details
    Browse the repository at this point in the history
  2. ENH: Add display.html.use_mathjax option (pandas-dev#19824).

    Default value is True to maintain existing behavior.
    David Hall committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    9d97bfd View commit details
    Browse the repository at this point in the history
  3. Added release note

    David Hall committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    89659cd View commit details
    Browse the repository at this point in the history
  4. Fix release note

    David Hall committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    95f7d14 View commit details
    Browse the repository at this point in the history
  5. Replace IPython with Jupyter in docs

    David Hall committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    5c71bf1 View commit details
    Browse the repository at this point in the history
  6. Move logic from DataFrame to HTMLFormatter

    David Hall committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    9b287aa View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Configuration menu
    Copy the full SHA
    400f211 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15961e1 View commit details
    Browse the repository at this point in the history
  3. issue number

    jreback committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    771e9a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42224c9 View commit details
    Browse the repository at this point in the history