Use python language server without Jupyter? #15723
-
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. |
Beta Was this translation helpful? Give feedback.
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? |
Beta Was this translation helpful? Give feedback.
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?