Anaconda Jupyter 使用注意事项

Anaconda Jupyter 使用注意事项

1.将cell转换为markdown。

  1. First, select the cell you want to convert
  2. Press Esc to enter command mode (the cell border should turn blue)
  3. Press M to convert the cell to Markdown
  4. 在编辑模式下按下ESC键,使单元块(cell翻译软件提供的意思最接近的是单元格,但是我觉得叫做单元块更好些吧)推出编辑模式,进入命令模式,按下M键,当前单元格就变成MarkDown格式了。

2.代码补全

  1. 按Tab键
  • 如果只有一个可能的补全选项,它会自动填充
  • 如果有多个选项,会显示一个下拉菜单供您选择
  1. 在Jupyter Notebook中,您可以使用以下魔术命令来增强或者关闭增强(False)自动补全:

%config IPCompleter.greedy=True

  1. 若是不生效,那就关闭重新打开当前文档。

3.提交版本库(git)时候,去掉运行结果

  1. 在Jupyter Notebook菜单中选择 Kernel > Restart & Clear Output
  2. 保存notebook
  3. 然后进行git提交
相关推荐
晨曦花锦21 小时前
从零搭建 Jupyter Notebook 远程开发环境
python·jupyter
小小尚@9 天前
AE脚本-AE Actions v1.1.8 操作动作记录器
开发语言·前端·javascript·jupyter·postman
赵广陆14 天前
Jupyter和PyCharm完整集成
ide·jupyter·pycharm
营养充电站14 天前
C++23 新特性在 CLion 中的实战体验
macos·docker·jupyter·正则表达式
营养充电站15 天前
KMP全栈开发:从Android到AI Agent的技术演进与实践
人工智能·算法·docker·jupyter
sphw20 天前
nixnb: Jupyter Notebook 优雅分享
ide·人工智能·jupyter
编程阿峰21 天前
Python 环境配置(二)安装jupyter、matplotlib、numpy库
开发语言·python·jupyter·numpy·matplotlib
魔尔助理顾问22 天前
安装 Jupyter Notebook (推荐给 venv 用户)
开发语言·ide·python·jupyter
xuhe224 天前
一劳永逸!解决 AutoDL 系统盘(30GB)爆满与 pip 缓存迁移
linux·python·ai·jupyter
Y38153266225 天前
serpbase + Pandas + Jupyter 数据分析实战
jupyter·数据分析·pandas