0

I created a conda environment with python3.6 and when I simply run python on terminal, pythonn3.6 comes up but when I hit a jupyter notebook command in the exact same environment, python3.7 starts runnning. using Mac os, visual studio code. thanks.

dong
  • 3
  • 4

1 Answers1

0

Answer here -> Conda environments not showing up in Jupyter Notebook always works for me

conda install jupyter
conda install nb_conda
conda install ipykernel
python -m ipykernel install --user --name mykernel
Israel-abebe
  • 538
  • 1
  • 4
  • 20