Versions Compared

Key

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

...

conda create -n BMIG_XXXX_KA

Note: For your students to use your environment you must install the appropriate kernel for the languages used in the environment. The following commands should be run while the target environment is active.

To install the python kernel run: conda install -c anaconda ipykernel

To install the R kernel run: conda install -c r r-irkernel


      3. Have your students run the following command where you substitute the full filepath to your env folder:

...