Changes between Version 3 and Version 4 of SOPs/creatingVirtualEnvs
- Timestamp:
- 10/09/25 13:11:33 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/creatingVirtualEnvs
v3 v4 54 54 55 55 '''(RNAseq_2024a) gbell@sparky ~$''' 56 57 Make sure that you can use the virtual environment from a jupyter notebook. 58 59 {{{ 60 conda activate RNAseq_2024a 61 conda install ipykernel 62 python -m ipykernel install --user --name RNAseq_2004 --display-name "Python (RNAseq_2024a)" 63 conda deactivate 64 }}} 65 66 Afterward, when you create a new notebook or change the kernel of an existing one, you will find "Python (RNAseq_2024a)" as an available kernel. 56 67 57 68 Save the environment