jupyter notebook—是一个用于数据预处理的工具

注意!!!!我是在conda环境中安装的jupyter notebook(一般安装了anaconda的里面是有jupyter notebook的)

具体步骤:
1.查看conda的环境有哪些(conda info -e)
如何在conda中使用jupyter notebook----一个预编译工具
2.**conda的其中一个环境,activate 环境名
如何在conda中使用jupyter notebook----一个预编译工具
3.安装jupyter notebook(pip install jupyter)—!!!如果安装的的anaconda的话就可以直接启动jupyter notebook
如何在conda中使用jupyter notebook----一个预编译工具

4.启动jupyter(jupyter notebook)(温馨提示可以先进入操作的目录下面在使用jupyter notebook启动)
如何在conda中使用jupyter notebook----一个预编译工具然后会自动打开浏览器
如何在conda中使用jupyter notebook----一个预编译工具

相关文章:

  • 2021-05-01
  • 2021-10-17
  • 2023-01-04
  • 2021-04-09
  • 2021-09-26
  • 2021-12-17
猜你喜欢
  • 2022-12-23
  • 2021-04-04
  • 2022-12-23
  • 2021-08-06
  • 2021-09-07
  • 2021-09-10
相关资源
相似解决方案