Use python language server without Jupyter? #15723
Answered
by
brettcannon
JasperVanDenBosch
asked this question in
Q&A
|
I'd like to use the Python Language server, but I don't use Jupyter on every python project. I have separate virtual environments for each project to keep the dependencies clean. Now when the jupyter package is not installed in the currently active environment, the jupyter extension keeps popping notifications that can't be turned off. |
Answered by
brettcannon
Mar 19, 2021
Replies: 1 comment 7 replies
|
Are you talking about the Jupyter extension when you say "Jupyter"? Otherwise the Python extension does not require jupyter to be installed for IntelliSense. Or are you using Jupyter extension and still wanting it to work without jupyter being installed? |
7 replies
Answer selected by
JasperVanDenBosch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you talking about the Jupyter extension when you say "Jupyter"? Otherwise the Python extension does not require jupyter to be installed for IntelliSense. Or are you using Jupyter extension and still wanting it to work without jupyter being installed?