AREPL-vscode
                                
                                
                                
                                    AREPL-vscode copied to clipboard
                            
                            
                            
                        Program python in real-time
**Is your feature request related to a problem? Please describe.** I love AREPL so much! It would be great to run it without VS-Code. Bash example: ``` $ arepl my_file.py...
Can we hide this section completely ? I want to use Arepl in my tutorial videos. It would be great if that message not shown. 
I am using VS code with Python 3.7.6 64-bit. The code below run in termial fine ( prints the array) however, it returns error below using AREPL. ```python import numpy...
**Describe the bug** I don't have CAT button in the toolbar as you can notice in the snaphot **Expected behavior** Having cat button **Screenshots**  **Other Information (please complete the...
Good for programming practice and arepl marketing, kill two birds with one stone.
**Describe the bug** Error ERR_STREAM_DESTROYED occurs when trying to use ARPEL with pipenv. **To Reproduce** - Create pipenv environment - Point python interpreter to pipenv - Start typing - See...
For some reason the vscode settings api returns the python path in windows even if you are in WSL. The windows path might not work in WSL. I've asked slack...
**Describe the bug** Hello, I'm currently studying python and I've noticed that AREPL isn't showing all the infos of certain variables that I created and also in a weird order,...
Windows 10, Anaconda 3.7 64bit, pretty fresh VSCode setup with the official Python plugins and this. Attempting to start up AREPL kicks out this error. Nothing shows up in the...
dependency on https://github.com/Almenon/AREPL-vscode/issues/324 I tested it with below and it worked! ```typescript return { range, hoverMessage: `Traceback (most recent call last): line 2, in ValueError: foo`, renderOptions: { after: {...