neuron-team / vscode-ipe

Interactive programming experience for data scientists: Visual Studio Code extension
MIT License
353 stars 27 forks source link

"The IPE extension requires Jupyter to be installed. Install now?" when using a virtualenv #172

Closed pzelnip closed 5 years ago

pzelnip commented 5 years ago

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?

pavanagrawal123 commented 5 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...

LukeyQ1 commented 5 years ago

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