We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Markdown cell states use markdown or latex but latex syntax such as: $v \in V$ and variant v \in V give a syntax error:
$v \in V$
v \in V
File "<ipython-input-3-ab7371d03d57>", line 1 v \in V ^ SyntaxError: unexpected character after line continuation character
The text was updated successfully, but these errors were encountered:
Partial workaround: %%latex in cell Does not allow the full range typically enabled in py
Sorry, something went wrong.
No branches or pull requests
Markdown cell states use markdown or latex but latex syntax such as:
$v \in V$
and variant
v \in V
give a syntax error:
The text was updated successfully, but these errors were encountered: