You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now, if I input 2+2, the next cell will show 4, but there is no indication at a glance of what is an input and what is an output.
Describe the solution you'd like
Mathematica resolves this by indicating to the left of each cell: "In[#]=" or "Out[#]=", which I believe is the most elegant way of resolving this issue.
Additional context
WLJS:
Mathematica:
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now, if I input 2+2, the next cell will show 4, but there is no indication at a glance of what is an input and what is an output.
Describe the solution you'd like
Mathematica resolves this by indicating to the left of each cell: "In[#]=" or "Out[#]=", which I believe is the most elegant way of resolving this issue.
Additional context
WLJS:
Mathematica:
The text was updated successfully, but these errors were encountered: