在linux或者win 给jupyter添加新内核
2022-08-15 本文已影响0人
Elis0913
pip install --upgrade jupyter_core jupyter_client ipykernel --user
python -m ipykernel install --user --name ??
这一步如果遇到
执行
pip install prompt-toolkit==2.0.10
pip install --upgrade jupyter_core jupyter_client ipykernel --user
python -m ipykernel install --user --name ??
这一步如果遇到
执行
pip install prompt-toolkit==2.0.10