neuron-team / vscode-ipe

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

Integration with pipenv #171

Closed zhenyakovalyov closed 6 years ago

zhenyakovalyov commented 6 years ago

I use pipenv to manage project dependencies. It looks like neuron uses the default python environment:

screenshot 2018-10-24 at 16 32 00

Is there any way I can trigger the environment change for neuron?

LukeyQ1 commented 6 years ago

This is a similar issue to #161 and #162 so I'm going to close this one. This is the most requested feature and we would like to work on this soon.

pavanagrawal123 commented 6 years ago

@zhenyakovalyov fixed it here: https://github.com/pavanagrawal123/VSNotebooks/pull/10

try it out and let me know if it works!