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提交
相关推荐
HackerTom8 天前
vs code jupyter连gpu结点kernel
python·jupyter·gpu·vs code·远程
Hcoco_me9 天前
YOLOv5(三):Jupyter
ide·yolo·jupyter
x_lrong12 天前
Linux虚拟机配置jupyter环境并在宿主机访问
linux·运维·笔记·jupyter·虚拟机
24kHT12 天前
conda以及Jupyter notebook的使用
windows·jupyter·conda
一个数据大开发13 天前
【零基础一站式指南】Conda 学习环境准备与 Jupyter/PyCharm 完全配置
学习·jupyter·conda
nvd1114 天前
asyncio.run() vs asyncio.gather():启动器与聚合器, 为何Jupyter notebook里能直接使用await?
开发语言·python·jupyter
EEG小佬14 天前
Jupyter选择内核时如何找到虚拟环境
ide·python·jupyter
家有狸花16 天前
Pycharm 中jupyter notebook变量窗口只显示特殊变量
ide·jupyter·pycharm
疯狂的小强呀17 天前
如何利用 Jupyter 从浏览器访问远程服务器
服务器·jupyter·浏览器访问服务器·jupyter远程访问服务器