You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# create new vitual anoconda environment, use
conda create --name py310 python=3.10
# To activate this environment, use
$ conda activate py310
# To deactivate an active environment, use
$ conda deactivate