How do I change the python version of jupyter lab's terminal?
For instance, in the terminal of jupyter lab, which python
would return /usr/bin/python
, and python -V
--> Python 2.7.10
;
But in my laptop's terminal, which python
-->/Users/name/anaconda3/bin/python
, python -V
-->Python 3.7.5
.
Thanks!