安装直接按这个步骤了:

https://hub.mybinder.org/user/ipython-ipython-in-depth-xj8fraz8/notebooks/binder/Index.ipynb

 

然后启动notebook:

cd /Users/yuanyuan/Documents/BigData/ipython-in-depth
jupyter notebook

 

即打开网页进行操作:
http://localhost:8888/tree#notebooks

 

notebook使用

# 右上角点击new 可以新建一个notebook,起名字后保存
# python包可以在terminal 用pip install 进行安装后直接调用
# 写好一段python语句后,快捷键 alt+enter 可以执行

 

jupyter notebook无法显示中文

 

terminal
command + N 可以再新打开一个terminal
python命令 exit()可以退出

相关文章:

  • 2021-12-29
  • 2021-05-24
  • 2021-05-07
  • 2021-11-24
  • 2021-06-30
猜你喜欢
  • 2022-01-12
  • 2021-12-28
  • 2021-08-21
  • 2021-04-11
  • 2021-06-13
  • 2021-06-21
  • 2021-10-21
相关资源
相似解决方案