Versions Compared

Key

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

...

Code Block
conda create -n myenv




Info

The python version can be specified as well if necessary:
conda create -n myenv python=3.7.3

Code Block
conda activate myenv

Once you are in the enirvonment, install ipykernel with the following command:

...