Skip to content Skip to sidebar Skip to footer
Showing posts with the label Visual Studio Code

No Module Named 'numpy': Visual Studio Code

I'm trying to setup Visual Studio Code for python development to begin with, I've installed… Read more No Module Named 'numpy': Visual Studio Code

Vscode Change Default Python Version

When I code on VSCode and don't specify a python version it is set to python2.7.17 I would lik… Read more Vscode Change Default Python Version

Scannererror In Brownie-config.yaml

I am following this guide: https://youtu.be/p36tXHX1JD8 (26:23) I typed everything in the brownie-c… Read more Scannererror In Brownie-config.yaml

How Can I Force Shift+enter To Run Selection And Execute It Immediately Running Ipython In Vscode?

I have added the setting below in vscode to launch ipython when i used shift+enter to run selection… Read more How Can I Force Shift+enter To Run Selection And Execute It Immediately Running Ipython In Vscode?

Vscode Conda Activate Base Giving Commandnotfounderror

I have Anaconda and Visual Studio Code installed on my computer. My default terminal for VS Code is… Read more Vscode Conda Activate Base Giving Commandnotfounderror

"inheriting 'base', Which Is Not A Class" In Vs Code Using Sqlalchemy Declarative_base()

VS Code shows 'Inheriting 'Base', which is not a class' as an error message given t… Read more "inheriting 'base', Which Is Not A Class" In Vs Code Using Sqlalchemy Declarative_base()