juypter安装使用

安装:

pip install jupyter

启动:

jupyter notebook

创建文件

这里的python文件格式是ipynb,可以在download as 中选择要保存的格式。

执行:

可以运行一个单元格或者说有的单元格。

这里介绍最常见的快捷键方式:

  • Ctrl + Enter: 执行单元格代码
  • Shift + Enter: 执行单元格代码并且移动到下一个单元格
  • Alt + Enter: 执行单元格代码,新建并移动到下一个单元格

linux 服务器配置jupyter notebook:https://blog.csdn.net/u014680339/article/details/92798073

Linux下jupyter指定工作目录:https://blog.csdn.net/skj1995/article/details/103827898

主题设置:https://github.com/dunovank/jupyter-themes

Jupyter 各种主题(附图):https://blog.csdn.net/DSTJWJW/article/details/85304390

jupyter中添加conda虚拟环境:https://blog.csdn.net/u014665013/article/details/81084604

“No module named conda”报错解决:https://blog.csdn.net/weixin_42096202/article/details/106962165

anaconda显示ImportError: cannot import name ‘secure_write‘:https://blog.csdn.net/qq_32146369/article/details/111850668

Jupyter notebook 输出部分显示不全的问题: https://blog.csdn.net/dlh_sycamore/article/details/83041402

jupyter自动补全功能:https://blog.csdn.net/bingozb/article/details/100938268

posted @ 2019-03-16 19:22  哦摩西罗伊  阅读(802)  评论(0编辑  收藏  举报