概述
一、安装notebook的教程
如何选择合适的版本:https://jupyter.readthedocs.io/en/latest/projects/content-projects.html#content-projects
有了python后如何直接安装:Jupyter Documention 4.1:https://jupyter.readthedocs.io/en/latest/install.html
如何检验安装正确:
输入代码print('hello world')
有输出:hello world,则正确。二、jupyter的使用问题?
如何打开:在终端输入:jupyter notebook
jupyter的一些命令:https://jupyter.readthedocs.io/en/latest/projects/jupyter-command.html
2.常用的快捷键
(1)shift +enter :运行代码。
(2)m:将code格式换成markdown格式。
(3)b:生成新的输入框。--自己的语言表述的,不准确。
(4)a:在选定框的上面生成新的框。
(5)enter:处于code状态时,能够闪现光标。
(6)code状态时,显示前面的行号。
最后
以上就是聪明火车为你收集整理的工具使用+python+notebook+使用教程+网址的全部内容,希望文章能够帮你解决工具使用+python+notebook+使用教程+网址所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复