Skip to content

MathJax IntelliSense for Python

VSCode Marketplace · GitHub Repository

Features

  • Render mathematical formulas directly in your docstrings """ """ or r""" """.
  • Support Sphinx and Markdown formats.

Features

Configurations

Domain: mathjax-intellisense-python · General Settings

formula

Type: string[]

Default: ['sphinx']

Enum: ['sphinx', 'markdown']

python
r'''
1. inline, unbreakable:
:math:`E = mc^2`
2. block, breakable:
.. math::
   E = mc^2
'''
python
r'''
1. inline, unbreakable: $E = mc^2$
2. block, breakable: $$E = mc^2$$
'''

Released under the MIT License.