Message Boards Message Boards

Free-form input translation to code on cloud-based Mathematica

Posted 1 year ago

Hi,

When I use free-form input on my desktop copy of Mathematica, I get a copy of the Mathematica code that it interprets my free-form input as in addition to the output for that code:

enter image description here

However, on the Wolfram Cloud Mathematica, I only get the final output:

enter image description here

Is there a way to get the code (e.g., "Plot[x^2, {x,-1.2,1.2}]" from above) on the cloud-based version?

Thanks, Dan

POSTED BY: Daniel Visscher

The following should work in cloud and desktop notebooks:

In[1]:= WolframAlpha["graph of x^2", "WolframParse"]

Out[1]= HoldComplete[Plot[x^2, {x, -1.2, 1.2}]]
POSTED BY: Jason Biggs
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract