Almenon / AREPL-electron

python scratchpad with real-time code evaluation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 55.3%Language:HTML 22.4%Language:Python 16.3%Language:CSS 6.1%