WolframResearch / WolframLanguageForJupyter

Wolfram Language kernel for Jupyter notebooks
MIT License
1.05k stars 126 forks source link

No error message #129

Closed cyyever closed 2 years ago

cyyever commented 2 years ago

When I type an invalid MMA plot command, no error msg is displayed but the response is an empty graph. To reproduce, try:

ParametricPlot[{e^u,e^u}, {u, 0, 1}]

The correct version is

ParametricPlot[{Exp[u],Exp[u]}, {u, 0, 1}]