Almenon

Results 430 comments of Almenon

Adding a *single* `#$start` tag would be pretty simple 🤔 but you would have to redeclare any imports at the top. Are you okay with that? If you have time...

Welcome :) I like your idea. I would be cool to develop a terminal-based AREPL for bash given that bash is used on the terminal - see https://github.com/Almenon/AREPL-vscode/issues/195 As for...

Sure, I can remove the message in the next release. Just curious - why do you have AREPL.showGlobalVars turned off? Also it's really cool that you're using AREPL for tutorial...

In the meantime you can turn off the message by going to `C:\Users\\.vscode\extensions\almenon.arepl-2.0.2\node_modules\arepl-backend\python\arepl_python_evaluator.py` and replacing line 198 `noGlobalVarsMsg = {"zz status": "AREPL is configured to not show global vars"}` with...

Your code snippet worked for me on windows 10 with both python 3.7 and python 3.6. What version of numpy are you using?

weird. I run into the same error. Not sure why it happens, but you can fix it by upgrading numpy to version 1.19

That's because the image doesn't show up with the light color theme, darn 🤔 Good catch

Possibly, but I don't work that much on this project anymore. You or someone else is welcome to be submit a PR if you wish.

In the menatime I suggest using the alternate methods of running it: from the readme: ``` Or run AREPL through the command search: control-shift-p or use the shortcuts: control-shift-a (current...