8000 ENH: Add option to disable MathJax (#19824). by davidchall · Pull Request #19856 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

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

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

Merged
merged 11 commits into from
Mar 1, 2018
Prev Previous commit
Next Next commit
Added release note
  • Loading branch information
David Hall committed Feb 24, 2018
commit 89659cdd383f5ee9b6ca3d5e5b0f9634dd2bfda2
1 change: 1 addition & 0 deletions doc/source/whatsnew/v0.23.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ Other Enhancements
- :class:`IntervalIndex` and its associated constructor methods (``from_arrays``, ``from_breaks``, ``from_tuples``) have gained a ``dtype`` parameter (:issue:`19262`)
- Added :func:`SeriesGroupBy.is_monotonic_increasing` and :func:`SeriesGroupBy.is_monotonic_decreasing` (:issue:`17015`)
- :func:`DataFrame.from_dict` now accepts a ``columns`` argument that can be used to specify the column names when ``orient='index'`` is used (:issue:`18529`)
- Added option ``display.html.use_mathjax`` so that MathJax can be disabled when rendering DataFrames in Jupyter notebooks (:issue:`19856`, :issue:`#19824`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no # in the issue number

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double backticks on DataFrame and Jupyter

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe a link for MathJax?


.. _whatsnew_0230.api_breaking:

Expand Down
0