Wolfram Alpha Search

Wolfram Alpha Search

Try it in the Widget Center

Click this url to try this widget and copy the Pro Config template.

Usage

Return the searched result of Wolfram-Alpha. The returned format can be markdown or json.

Input Parameters

NameTypeDescriptionDefaultRequired

query

string

The search query string that specifies what the search should be about.

what is normal distribution?

format_to

string

Specify the output format, should be either `json` or `markdown`

markdown

Output Parameters

NameTypeDescriptionFile Type

result_json

array

The result of wolfram alpha search in json list

result_markdown

string

The result of wolfram alpha search in markdown

Output Example

{
  "result_json": [
    {
      "images": [
        "https://www6b3.wolframalpha.com/Calculate/MSP/MSP142222e5h4b2abg4cee1000011gi2bbe7aa79951?MSPStoreType=image/gif\u0026s=15"
      ],
      "title": "Input"
    },
    {
      "images": [
        "https://www6b3.wolframalpha.com/Calculate/MSP/MSP142322e5h4b2abg4cee100002348d63ihd6g1926?MSPStoreType=image/gif\u0026s=15"
      ],
      "title": "Statistical properties"
    },
    {
      "images": [
        "https://www6b3.wolframalpha.com/Calculate/MSP/MSP142422e5h4b2abg4cee1000065a38024f112ahbf?MSPStoreType=image/gif\u0026s=15"
      ],
      "title": "Probability density function (PDF)"
    },
    {
      "images": [
        "https://www6b3.wolframalpha.com/Calculate/MSP/MSP142522e5h4b2abg4cee1000014de9a0fh4d3da81?MSPStoreType=image/gif\u0026s=15"
      ],
      "title": "Plots of PDF for typical parameters"
    },
    {
      "images": [
        "https://www6b3.wolframalpha.com/Calculate/MSP/MSP142622e5h4b2abg4cee10000345gb98c21b78gdd?MSPStoreType=image/gif\u0026s=15",
        "https://www6b3.wolframalpha.com/Calculate/MSP/MSP142722e5h4b2abg4cee100002c96875gg8i19ec4?MSPStoreType=image/gif\u0026s=15"
      ],
      "title": "Cumulative distribution function (CDF)"
    },
    {
      "images": [
        "https://www6b3.wolframalpha.com/Calculate/MSP/MSP142822e5h4b2abg4cee1000035ah35cib2ag6dcf?MSPStoreType=image/gif\u0026s=15"
      ],
      "title": "Plots of CDF for typical parameters"
    },
    {
      "images": [
        "https://www6b3.wolframalpha.com/Calculate/MSP/MSP142922e5h4b2abg4cee10000427239d086d09ef3?MSPStoreType=image/gif\u0026s=15"
      ],
      "title": "Percentiles"
    }
  ],
}

Last updated