Versions Compared

Key

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

...

Code Block
languagebash
titleCreate a New Env from Existing Env
conda create --name=<new_env_name>

Note: If you want to use your own conda env in hal-ondemand, you need to install conda install ipykernel .

Important Note about Install package with pip

...