矩池云利用ipykernel为JupyterLab添加kernel以及展示出来
source activate myconda
pip install ipykernel
python -m ipykernel install --user --name myconda --display-name "myconda"
myEnv就是你上面填的myconda
conda activate /root/miniconda3/envs/myEnv/
source activate myconda
pip install ipykernel
python -m ipykernel install --user --name myconda --display-name "myconda"
myEnv就是你上面填的myconda
conda activate /root/miniconda3/envs/myEnv/