Replies: 1 comment
-
That's the Jupyter extension, not the Python extension. You will need to ask on their issue tracker at https://github.com/microsoft/vscode-jupyter. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I try to use
sys.path.append
to add a new python environment path so I can import one of my private modular, but I find there are some environment path already exists in thesys.path
list (see the path in the red rectangle in the attached picture). One of those paths belone to my other project, and it conflicts with the target modular. But when I open Ipyhon in Terminal and print thesys.path
, the path in the red rectangle is not list any more. What did vscode do so the extra environment path was included? How can I avoid those paths are imported?operating system: Ubuntu 16.04
vscode version: 1.55.2
python version: 3.8.8
ipython version: 7.21.0
Beta Was this translation helpful? Give feedback.
All reactions