码迷,mamicode.com
首页 >  
搜索关键字:notebook    ( 857个结果
《人类简史》
Notebook for 《人类简史:从动物到上帝》 Yuval Noah Harari 第一章人类:一种也没什么特别的动物 Highlight (yellow) Location 134 Revolution)让历史正式启动。大约 12000年前, “农业革命 ”( Revolution)让历史加 ...
分类:其他好文   时间:2020-02-12 18:27:53    阅读次数:83
python Jupyter Notebook插件
Nbextensions是一个非常有用的插件,集合了很多插件。 官方安装文档地址:https://github.com/ipython-contrib/jupyter_contrib_nbextensions/blob/master/README.md **安装步骤:如果你已经安装了,先执行卸载命令 ...
分类:编程语言   时间:2020-02-11 09:14:58    阅读次数:78
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
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
857条   上一页 1 ... 15 16 17 18 19 ... 86 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!