forked from sympy/sympy-live
-
Notifications
You must be signed in to change notification settings - Fork 0
smichr/sympy-live
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SymPy online shell ------------------ How to set it up: Download and unpack the google app engine SDK from http://code.google.com/appengine/downloads.html: $ unzip google_appengine_1.1.9.zip then: $ cd /tmp $ git clone git://git.sympy.org/sympy.git $ git clone git://git.sympy.org/sympy-live.git $ cd sympy-live $ cp -a ../sympy/sympy . $ /path/to/google_appengine/dev_appserver.py . And go to http://localhost:8080 How to upload to google app engine: $ /path/to/appcfg.py update . Original info ------------- An interactive, stateful AJAX shell that runs Python code on the server. Part of http://code.google.com/p/google-app-engine-samples/. May be run as a standalone app or in an existing app as an admin-only handler. Can be used for system administration tasks, as an interactive way to try out APIs, or as a debugging aid during development. The logging, os, sys, db, and users modules are imported automatically. Interpreter state is stored in the datastore so that variables, function definitions, and other values in the global and local namespaces can be used across commands. To use the shell in your app, copy shell.py, static/*, and templates/* into your app's source directory. Then, copy the URL handlers from app.yaml into your app.yaml.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published