Quantcast
Channel: Active questions tagged wolfram-alpha-queries - Mathematica Stack Exchange
Viewing all articles
Browse latest Browse all 57

Converting WolframAlpha Output to Markdown

$
0
0

I am calling Wolfram Alpha using WolframScript. That is, I can't display all the beauty that is inserted into Wolfram Mathematica Notebook. Let's say I execute a line like this:

result = WolframAlpha["Weather in Saratov", "PodInformation"]; 

There are tables in the results. For example this one:

table = {{"WeatherStationInformation:WeatherData",1}, "Content"} /. result

enter image description here

If I look at the full form of this table, I see that it is a cumbersome expression that is only handled properly in the Mathematica UI, since it consists of Boxes. My question is if there is an easy way to convert the results from Wolfram Alpha to a more primitive form, given that it was a table/text/list/group of elements/graph/picture/ picture

  • picture ->
  • table -> |cl1|col2|...
  • list -> * item1
  • ...

Viewing all articles
Browse latest Browse all 57

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>