jupyter简单使用操作

jupyter简单赘述

ps:不全日后补充全,可以先简单使用

安装

如果嫌弃python的pip源慢可以修改镜像源

external libraries --> python3.6 --> site-package --> pip --> models --> index.py

https://pypi.douban.com/

安装jupyter

pip install jupyter

1 解决Fatal error错误

如果出现Fatal error错误

python -m pip install jupyter

2 不停止刷新错误

如果一直停止不刷新,使用ctrl+r

3 pip版本更新无效问题

1564143853717

4 pycharm安装jupyter

file -- > settings --> project --> project interpreter --> + 号 -->搜索jupyter --> install

5 方便的powershell

cmd: d: cd D:\上海Python11期视频\python11期视频

powershell : cd D:\上海Python11期视频\python11期视频

运行

运行 jupyter notebook

jupyter notebook

jupyter常用快捷键

enter 进入代码块

shift + enter 运行

m 进入markdown模式

y 进入python模式

esc 退出

shift + 鼠标左键 选中多个

f 搜索+替换

d,d 删除

file --> download as --> md

快捷键:help --> keyboards

posted @ 2019-08-16 08:53  张明岩  阅读(1001)  评论(0)    收藏  举报