livepython icon indicating copy to clipboard operation
livepython copied to clipboard

Visually trace Python code in real-time.

Results 11 livepython issues
Sort by recently updated
recently updated
newest added

C:\ub16_prj>livepython yk-demo-mind.py Traceback (most recent call last): File "C:\web\nvm\v11.6.0\node_modules\livepython\bin/../tracer.py", line 189, in code = compile(fp.read(), starting_filename, 'exec') UnicodeDecodeError: 'gbk' codec can't decode byte 0xa6 in position 549: illegal multibyte sequence...

hello, I recently discovered livepython and I guess that you already know the spyder IDE, where is possible to add plug-in, having livepython in spyder would be great https://github.com/spyder-ide/spyder/wiki/User-plugins I...

## System Windows 7 x64 Python 3.6.1 on win32 `[!] Not sure if this happens on other systems as well` ## Description When running scripts containing an `input()`-function I am...

bug

I tried to run `livepython` in a docker image which I build (`docker build -t livepython .`) with the following `Dockerfile`. ``` # use base image which provides Python latest...

``` livepython foo.py /usr/local/lib/node_modules/livepython/bin/livepython:27 const { spawn } = require("child_process"); ^ SyntaxError: Unexpected token { at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:374:25) at Object.Module._extensions..js (module.js:417:10) at Module.load (module.js:344:32) at Function.Module._load (module.js:301:12)...

Reported by @AlfredQuan in #11.

bug

It would be handy to leave the windows open upon completion of the run, to allow time to look over the variable pane. Also, saving preferences (always show the variable...

I didn't use node.js before,so when I use the livepython ,Note that I need to install the project by npm first. Is there a way to run livepython directly?

I like the `python script.py < input.txt` style on occasion Obvious alternative: work the input file in as an argument, just thought it might be obvious/doable itself :)) doesn't seem...

Seems to pick up default environment python, which could python2.7 or python3.5. Could you add option to specify the path to the interpreter as arg?