Skip to content

winuthayanon/humanFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

humanFT

# How to create new conda environment
conda env create -n winuthayanon-lab -f winuthayanon-lab.yml
conda activate winuthayanon-lab

# How to add kernel
python -m ipykernel install --user --name winuthayanon-lab --display-name "winuthayanon-lab"

# How to remove kernel
jupyter kernelspec list
jupyter kernelspec remove -f winuthayanon-lab

# How to remove conda environment
conda env list
conda remove --name winuthayanon-lab --all

# How to export conda environment
conda env export -n winuthayanon-lab -f winuthayanon-lab.yml 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors