Skip to content

python scratchpad with real-time code evaluation

License

Notifications You must be signed in to change notification settings

SSVineet/AREPL-electron

 
 

Repository files navigation

No longer maintained - please install vscode and use the VSCode extension

AREPL: a real-time python scratchpad Build status

install here | or install as VSCode extension | see it in action below:

Alt Text

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:

  1. Install python 3 and npm (if not already installed)
  2. clone this repository
  3. npm install
  4. npm start

The app should now be up and running.

see AREPL-backend for the npm package that executes the python code

About

python scratchpad with real-time code evaluation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 55.2%
  • HTML 22.4%
  • Python 16.3%
  • CSS 6.1%