码迷,mamicode.com
首页 >  
搜索关键字:asus notebook    ( 936个结果
Numerical and Text Labeling in Matplotlib Python
This is an old article from my notebook. I found this very useful and I often look back into it to find some source demo for my work. I revise it agai ...
分类:编程语言   时间:2020-02-10 18:34:10    阅读次数:117
安装jupyter使用notebook
安装jupyter pip3 install jupyter --default-timeout=1000 -i https://pypi.tuna.tsinghua.edu.cn/simple 使用notebook jupyter notebook ...
分类:其他好文   时间:2020-02-10 15:22:10    阅读次数:65
Jupyter notbook快捷键
Jupyter Notebook 快捷键 Jupyter Notebook 有两种键盘输入模式。编辑模式,允许你往单元中键入代码或文本;这时的单元框线是绿色的。命令模式,键盘输入运行程序命令;这时的单元框线是灰色。 命令模式 (按键 Esc 开启) Enter : 转入编辑模式 Shift-Ente ...
分类:其他好文   时间:2020-02-09 23:48:21    阅读次数:103
安装anaconda与tensorflow-gpu遇到的坑
1.anaconda创建新的环境 2.更改镜像资源地址提高下载速度 3.tensorflow版本2.0与教程不匹配 4.安装tensorflow-gpu需要解决NVIDIA的cuda版本,10.2版本太高anaconda中没有相应的包装不上jupyter notebook,需要下载10版本并安装,i ...
分类:其他好文   时间:2020-02-08 15:16:15    阅读次数:65
设置 jupyter notebook 可远程访问
设置 jupyter notebook 可远程访问 配置如下: jupyter notebook --generate-config jupyter notebook password vim /home/jacen/.jupyter/jupyter_notebook_config.py 最后一步是 ...
分类:其他好文   时间:2020-02-07 12:24:21    阅读次数:57
jupyter 中文件间调用
1、在需要文件间调用的文件夹下创建Ipynb_importer.py文件,文件内容为 import io, os,sys,types from IPython import get_ipython from nbformat import read from IPython.core.interac ...
分类:其他好文   时间:2020-02-03 22:41:16    阅读次数:122
linux下使用IPython编程工具
1、安装IPython工具IPython是一个第三方工具,使用以下命令进行安装:[root@python~]#pipinstallipython#安装ipython[root@python~]#ipython#执行ipython进入IPython交互式界面Python3.8.1(default,Feb32020,18:39:50)Type‘copyright‘,‘credits‘or‘licens
分类:编程语言   时间:2020-02-03 22:39:33    阅读次数:106
安装office
1. 安装office tool 地址:https://otp.landian.vip/zh-cn/ 2.office 2019专业版,在线安装 3.安装完成后,若软件打开导航栏没有文字,更新驱动。 驱动在AMD官网或者华硕官网更新。 华硕官网:https://www.asus.com.cn/sup ...
分类:其他好文   时间:2020-02-03 20:39:33    阅读次数:142
配置码云
生成/添加SSH公钥 1.增加一个环境路径: 2.输入以下命令,然后一路回车 3.找到这个目录:c/Users/asus/.ssh/id_rsa.pub.并打开这个文件,复制里面的内容粘贴公钥 添加后,在终端(Terminal)中输入: 项目初始化及托管 1.在码云中创建一个仓库,与本地工程命名相同 ...
分类:其他好文   时间:2020-02-03 19:00:19    阅读次数:98
jupyter文档
https://www.cnblogs.com/heenhui2016/p/10637746.html :jupyter notebook 与lab区别 https://www.zhihu.com/question/46309360 作用 https://jupyter.readthedocs.io ...
分类:其他好文   时间:2020-02-03 13:40:23    阅读次数:104
936条   上一页 1 ... 16 17 18 19 20 ... 94 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!