0

I want to use jupyter with both the versioned kernel of python in a virtualenv. How can I do that?

sujit tiwari
  • 274
  • 3
  • 14

1 Answers1

-2

you can use tox to setup multiple virtualenvs instead ... that would generally be the standard solution

psydroyd
  • 17
  • 2