There is a way to convert question from wolframalpha to mathematica 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 mathematica (Version 10).
Thanks.
Translate WolframAlpha query to Mathemtaica code
215 views Asked by Michal Vanunu At
1
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"]
orWolframAlpha["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