sys executable juypter is incorrect visual code

Solutions on MaxInterview for sys executable juypter is incorrect visual code by the best coders in the world

showing results for - "sys executable juypter is incorrect visual code"
Kevin
15 Oct 2018
1conda activate myenv
2conda install ipykernel notebook
3python -m ipykernel install --user --name <myenv>
4conda deactivate
5conda activate myenv
6
similar questions