Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

create conda environment

conda create -n <my_env> python=3.8
#Remember to install "ipykernel" so you can use jupyter notebook.
conda install ipykernel
Source by docs.conda.io #
 
PREVIOUS NEXT
Tagged: #create #conda #environment
ADD COMMENT
Topic
Name
4+7 =