...
Code Block |
---|
python -m ipykernel install --user --name=myenv --display-name "myenv" --env PATH $PATH |
Follow the instructions to launch jupyter. You should now be able to select the environment we just added:
...
Code Block |
---|
python -m ipykernel install --user --name=myenv --display-name "myenv" --env PATH $PATH |
Follow the instructions to launch jupyter. You should now be able to select the environment we just added:
...