Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

...