santosjorge / cufflinks

Productivity Tools for Plotly + Pandas
MIT License
3.02k stars 675 forks source link

go_offline in iPython Notebook Breaks LaTeX Renderings #45

Open szsiddiq opened 8 years ago

szsiddiq commented 8 years ago

When I run this in a code cell: import cufflinks as cf cf.go_offline()

Then this in a markdown cell: $$ X=\left{ \begin{array}{rl} null &\mbox{ if $S+F=0$} \ \frac{A}{B+C} &\mbox{ if $S+F>0$} \end{array} \right. $$

I end up with this as a result: $$ SR=\left{ \begin{array}{rl} null &\mbox{ if $S+F=0$} \ \frac{S}{S+F} &\mbox{ if $S+F>0$} \end{array} \right. $$

santosjorge commented 7 years ago

Sorry I cannot replicate the issue. There were some recent updates to the offline library in plotly. Can you update your plotly library and let me know if this is still happening? Thank you