Bug: Notebook Editor, Interactive Window, Editor cells
Steps to cause the bug to occur
- Start a python interactive session and enter this:
class A():
def _repr_latex_(self):
return "$\psi$"
- In next cell, run
A() to create an object of this class and have it be printed
Actual behavior
Latex is not rendered

Expected behavior
Latex should be rendered, like it is in markdown mode

Your Jupyter and/or Python environment
- Jupyter server running: Local
- Extension version: 2020.1.58038
- VS Code version: (using Theia code editor which uses VSCode extensions)
- Setting python.jediEnabled: ?
- Python and/or Anaconda version: 3.7.0
- OS: Linux (Debian Buster)
- Virtual environment: None
Developer Tools Console Output
No output when I do "clear console" and then run the cell with A()
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
Bug: Notebook Editor, Interactive Window, Editor cells
Steps to cause the bug to occur
A()to create an object of this class and have it be printedActual behavior
Latex is not rendered

Expected behavior
Latex should be rendered, like it is in markdown mode

Your Jupyter and/or Python environment
Developer Tools Console Output
No output when I do "clear console" and then run the cell with
A()Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer