I want to use jupyter with both the versioned kernel of python in a virtualenv. How can I do that?
Asked
Active
Viewed 68 times
0
-
1see my answer here: http://stackoverflow.com/a/34464003/2272172 – cel Aug 09 '16 at 18:49
-
2You'd need two virtualenvs. Jupyter runs the separate kernels. – OneCricketeer Aug 09 '16 at 20:15
1 Answers
-2
you can use tox
to setup multiple virtualenvs instead ... that would generally be the standard solution

psydroyd
- 17
- 2