Almenon / AREPL-electron

python scratchpad with real-time code evaluation
MIT License
74 stars 6 forks source link
codemirror electron ide live-coding live-programming python repl

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:

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