Closed pzelnip closed 6 years ago
Hey there! I've fixed this in a fork: https://github.com/pavanagrawal123/VSNotebooks/pull/10
Please try it out and let me know if it works.
P.S. I left a question for you in one of the issues...
This is a duplicate of issue #161 and #162. This issue will be addressed as soon as the repo ownership has been transferred to @neuron-team
I've created a virtualenvironment and using venvwrapper and installed jupyter into it via pip. I've picked that environment as my interpreter to use in VS Code, but whenever I execute the "IPE: Open output pane" command, I get: "The IPE extension requires Jupyter to be installed. Install now?"
As an advanced user I'd like to control how Jupyter gets installed and where, as I'm assuming that clicking the "yes install now" on the dialog will install to my system Python rather than my venv Python.
How can I use the extension with the Jupyter installed in my venv?