You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have trouble rendering some inline Latex form, I'm maybe doing something incorrect but the following snippet illustrate the issue:
$M_{RED\rightarrow RGB}$, $M_{XYZ\rightarrow RGB}$ # Fine
\\(M_{RED\rightarrow RGB}\\), $M_{XYZ\rightarrow RGB}$ # Fine
\\(M_{RED\rightarrow RGB}\\), \\(M_{XYZ\rightarrow RGB}\\) # Broken
My stack is as follows:
Server Information:
You are using Jupyter notebook.
The version of the notebook server is 4.0.6 and is running on:
Python 3.5.0 |Anaconda 2.4.0 (64-bit)| (default, Oct 19 2015, 21:57:25)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)]
Current Kernel Information:
Python 3.5.0 |Anaconda 2.4.0 (64-bit)| (default, Oct 19 2015, 21:57:25)
Type "copyright", "credits" or "license" for more information.
IPython 4.0.0 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
%guiref -> A brief reference about the graphical user interface.
The text was updated successfully, but these errors were encountered:
@KelSolaar opened ipython/ipython#9064
I have trouble rendering some inline Latex form, I'm maybe doing something incorrect but the following snippet illustrate the issue:
My stack is as follows:
The text was updated successfully, but these errors were encountered: