Skip to content
Advertisement

Tag: visual-studio-code

Running numpy using anaconda and VS Code

I am trying to get VScode to work with anaconda but having issues with numpy. I have managed to get VScode to use the right python environment From VScode (ctrl+shift+P, type Python:Select Interpreter and select the appropriate option). However, when I type “import numpy” in to my script, I get the following error message: I have successfully called the ‘import

How to stop autopep8 not installed messages in Code

I’m a new Python programmer using the Mac version of VS Code 1.45.1 to create a Django project. I have the Python and Django extensions installed. Every time I save a Django file, Code pops up this window: I keep clicking the “Yes” button to install the autopep8 extension but this message keeps popping up nevertheless. Is there some trick

VSCode remote Jupyter Notebook – Open an existing notebook in a specific folder on Jupyter Notebook remote server

I can connect to a remote Jupyter Notebook server with a token from VSCode through the “Python: Specify Jupyter server URI” command from the Command Palette. However, I didn’t find a way to do 2 things: Open an existing Notebook on the remote Jupyter Notebook server. Specify a folder to connect to, where my existing notebook resides in the remote

Advertisement