No longer maintained - please install vscode and use the VSCode extension
AREPL: a real-time python scratchpad
install here | or install as VSCode extension | see it in action below:
Features:
- Real-time evaluation of code
- Collapsible display of local variables
- Instant display of errors with stack trace
- Breakpoints
- Sublime key-bindings
- Batch Editing (via control)
Deveveloper Setup:
- Install python 3 and npm (if not already installed)
- clone this repository
- npm install
- npm start
The app should now be up and running.
see AREPL-backend for the npm package that executes the python code