Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almenon/arepl-electron
python scratchpad with real-time code evaluation
https://github.com/almenon/arepl-electron
codemirror electron ide live-coding live-programming python repl
Last synced: 3 months ago
JSON representation
python scratchpad with real-time code evaluation
- Host: GitHub
- URL: https://github.com/almenon/arepl-electron
- Owner: Almenon
- License: mit
- Created: 2017-08-05T20:53:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T00:43:53.000Z (almost 6 years ago)
- Last Synced: 2024-05-19T07:23:41.967Z (8 months ago)
- Topics: codemirror, electron, ide, live-coding, live-programming, python, repl
- Language: JavaScript
- Homepage:
- Size: 1.6 MB
- Stars: 73
- Watchers: 5
- Forks: 6
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# No longer maintained - please install [vscode](https://code.visualstudio.com/) and use the [VSCode extension](https://github.com/Almenon/AREPL-vscode)
## AREPL: a real-time python scratchpad [![Build status](https://ci.appveyor.com/api/projects/status/a0ee1c2y5k40a0aw?svg=true)](https://ci.appveyor.com/project/Almenon/arepl)
[install here](https://github.com/Almenon/AREPL/releases) | or install as [VSCode extension](https://github.com/Almenon/AREPL-vscode) | see it in action below:
![Alt Text](https://raw.githubusercontent.com/Almenon/AREPL/master/arepl%20demo.gif)
### 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
5. npm startThe app should now be up and running.
see [AREPL-backend](https://github.com/Almenon/AREPL-backend) for the npm package that executes the python code