WolframResearch / WolframLanguageForJupyter

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

Improvement of the handling of Sequences in WLForJupyter #3

Closed cc-wr closed 5 years ago

cc-wr commented 5 years ago

This intends to fix an unrelated problem brought up in #1 .

In[1]: 2 + 2 3 + 3

now returns

Out[1]: 4, 6