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.
            Asked
            
        
        
            Active
            
        
            Viewed 35 times
        
    0
            
            
         
    
    
        dong
        
- 3
- 4
- 
                    https://stackoverflow.com/questions/39604271/conda-environments-not-showing-up-in-jupyter-notebook – Israel-abebe Jan 20 '20 at 09:37
1 Answers
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