Changes between Version 3 and Version 4 of SOPs/creatingVirtualEnvs


Ignore:
Timestamp:
10/09/25 13:11:33 (5 days ago)
Author:
twhitfie
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/creatingVirtualEnvs

    v3 v4  
    5454
    5555    '''(RNAseq_2024a) gbell@sparky ~$'''
     56
     57Make sure that you can use the virtual environment from a jupyter notebook.
     58
     59{{{
     60conda activate RNAseq_2024a
     61conda install ipykernel
     62python -m ipykernel install --user --name RNAseq_2004 --display-name "Python (RNAseq_2024a)"
     63conda deactivate
     64}}}
     65
     66Afterward, when you create a new notebook or change the kernel of an existing one, you will find "Python (RNAseq_2024a)" as an available kernel.
    5667
    5768Save the environment