jupyter安装使用

1.使用 Anaconda 安装

conda install jupyter notebook

使用pip安装

pip3 install --upgrade pip
pip3 install jupyter

说明pip和pip3可以混用,但如果同时有python2和python3环境,那么pip3会明确使用python3

2.启动

jupyter notebook

3.使用


posted @ 2024-11-14 14:48  Rix里克斯  阅读(19)  评论(0)    收藏  举报