Translate WolframAlpha query to Mathemtaica code

221 views Asked by At

There is a way to convert question from to code?
For example, I asked the question "notable people born in France" on [wolframalpha:http://www.wolframalpha.com/],
and I want to do the same on (Version 10).
Thanks.

1

There are 1 answers

0
alev On

As mentioned in a comment above, you can enter "=" at the beginning of a cell and then type your query.

However, you can also get more fine-grained control using WolframAlpha["your query"] or WolframAlpha["your query", format].

Further information is available at the following URLs: http://reference.wolfram.com/language/ref/WolframAlpha.html http://reference.wolfram.com/language/guide/WolframAlphaIntegration.html