MathJax IntelliSense for Python
VSCode Marketplace · GitHub Repository
Features
- Render mathematical formulas directly in your docstrings
""" """
orr""" """
. - Support
Sphinx
andMarkdown
formats.
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$$
'''