
python
文章平均质量分 63
我是尘客哥
梦想源于对技术的执着追求
展开
-
指定目录打开jupyter notebook
一、git客户端方式–jupyter notebook /d/PycharmProject1.在git客户端中打开指定环境source activate tf10_py362.启动jupyter notebookjupyter notebook /d/PycharmProject二、vscode中使用git bashsource activate tf10_py362.启动jupyter notebookjupyter notebook /d/PycharmProject...原创 2020-08-09 17:07:41 · 523 阅读 · 0 评论 -
ipython使用介绍
一、jupyter notebook中常见操作(1)将本地的.py文件load到jupyter的一个cell中%load test.py #test.py为当前路径下的一个python文件,运行后,%load test.py被自动加入了注释符号#,test.py中的所有代码都被load到了当前的cell中(2)从网络load代码到jupyter在cell中输入%load原创 2017-11-10 17:02:03 · 2025 阅读 · 0 评论 -
jupyter notebook中的快捷键
Command Mode (press Esc to enable)F : find and replaceCtrl-Shift-P : open the command paletteEnter : enter edit modeShift-Enter : run cell, select belowCtrl-Enter : run selected cellsA原创 2017-11-12 13:24:20 · 4983 阅读 · 0 评论 -
python中easy_install和pip对比介绍
简要介绍python中pip和easy_install区别原创 2017-10-26 13:05:43 · 422 阅读 · 0 评论 -
CentOS 6.9安装Python2.7.13
centOS 6.9中python2.6升级到python2.7,并介绍如何安装开发工具表以及pip等工具转载 2017-10-26 11:04:17 · 495 阅读 · 0 评论