1.安装jupyter

conda install jupyter

MAC——Anaconda中的Jupter编写Python

2.启动jupyter

jupyter notebook

MAC——Anaconda中的Jupter编写Python

3.打开jupyter会弹出一个网页如下

MAC——Anaconda中的Jupter编写Python

4.新建文件

MAC——Anaconda中的Jupter编写Python

5.新建文件后会弹出页面如下

MAC——Anaconda中的Jupter编写Python

遇到的问题:无法加载mglearn包

解决方法:打开终端

先升级pip:(指令自己查,我忘记了)

安装mglearn:pip install mglearn

查看是否导入:conda list

MAC——Anaconda中的Jupter编写Python

 

 

相关文章:

  • 2022-12-23
  • 2021-04-12
  • 2021-06-22
  • 2021-05-24
  • 2022-01-08
  • 2022-01-03
  • 2021-05-19
  • 2022-12-23
猜你喜欢
  • 2021-09-16
  • 2021-06-30
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2021-09-05
相关资源
相似解决方案