korniichuk / rk

The remote Jupyter kernel/kernels administration utility
http://www.korniichuk.com
The Unlicense
54 stars 18 forks source link

ImportError in virtualenv #8

Open Phyks opened 8 years ago

Phyks commented 8 years ago
from site import getsitepackages

returns an ImportError when ran in a virtualenv. It seems to be an open bug since 2012…

Is there an easy workaround, to be able to launch jupyter-notebook with remote kernels, from within a virtualenv?

Thanks