AREPL-vscode
AREPL-vscode copied to clipboard
Program python in real-time
Each run should be identical assuming the same code, but the logging output repeats. ```python import logging import sys root = logging.getLogger() root.setLevel(logging.DEBUG) handler = logging.StreamHandler(sys.stdout) formatter = logging.Formatter('%(asctime)s -...
**Describe the bug** Pandas does not work when printing multiple columns of dataframes **To Reproduce** Steps to reproduce the behavior: ```python import pandas as pd cafes = pd.DataFrame({ 'zip': [30324,],...
**Is your feature request related to a problem? Please describe.** [PDM](https://github.com/pdm-project/pdm) folders are not recognized automatically **Describe the solution you'd like** PDM folders to be recognized automatically **Describe alternatives you've...
I had imported asyncio, got the following error. Removed the import and all the associated asyncio and still getting the following error. ```cmp Sorry, AREPL has ran into an error...
**Describe the solution you'd like** I think that it would be nice, if possible, for AREPL to save the names of files that are being used (e.g. changes in a...
Currently I really just have e2e testing - the tests runner runs vscode along with my tests. According to the test pyramid I should be focusing on unit tests, not...
I don't fully understand who is using AREPL or why, or why they stop using AREPL. By conducting some interviews I'm hoping to get a better sense of the audience...
In light background theme the ikon is not visible at top panel next to "run" button.
Hi! You have the "#$end" tag, but it is useless in many cases. How can I stop parsing and start it again from some different place skipping some blocks not...
When I try to evaluate for the second time, or some modification of the code, I get the following error. And this does not disappear until I start a new...