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

init_notebook_mode() flushes the math in markdown to left #476

Closed
r-parhizkar opened this issue May 23, 2016 · 1 comment
Closed

init_notebook_mode() flushes the math in markdown to left #476

r-parhizkar opened this issue May 23, 2016 · 1 comment

Comments

@r-parhizkar
Copy link

r-parhizkar commented May 23, 2016

In Jupyter notebook, once I call init_notebook_mode() and save and close the notebook and reopen it, all the math formula (in markdown) which were centered before, are flushed to the left. I am using python 2.7, plotly version 1.9.10 and Jupyter 4.1.0!

Here is an example:
Cell 1:

import plotly
print plotly.__version__
plotly.offline.init_notebook_mode()

Cell 2:

$$x = y$$
@r-parhizkar r-parhizkar changed the title init_notebook_mode() flushes the math to left init_notebook_mode() flushes the math in markdown to left May 23, 2016
@jackparmer
Copy link
Contributor

Duplicated of #445

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants