📜  检查 jupyter notebook 中的环境 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:09.838000             🧑  作者: Mango

代码示例2
conda create --name test_env
conda activate test_env
conda install -c anaconda ipykernel
python -m ipykernel install --user --name=test_env