The Wayback Machine - https://web.archive.org/web/20201112015902/https://github.com/hsjunnesson/wolfram.el
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

MELPA

Wolfram Alpha integration in Emacs

Allows you to query Wolfram Alpha from within Emacs.

Installation

Install package wolfram from MELPA or download wolfram.el to a directory in your load-path. Then add this to your init file:

(require 'wolfram)

Create an account at wolframalpha.com, then in your account select "My Apps (API)".
Create a new AppID. In Emacs set that AppID as the custom variable wolfram-alpha-app-id.

Usage

To make a query, run M-x wolfram-alpha then type your query. It will show the result in a buffer called *WolframAlpha*.

Examples

How much does Lake Victoria weigh?

How much does Lake Victoria weigh?

How many nukes does the United State have?

How many nukes does the United State have?

You can’t perform that action at this time.