码迷,mamicode.com
首页 >  
搜索关键字:ipython notebook    ( 1361个结果
2020学习 04 python 爬取某政府网站信件
直接上代码⑧: #coding:utf-8 import requests from lxml import etree import time import pymysql import datetime import urllib import json from IPython.core.pa ...
分类:编程语言   时间:2020-02-05 09:30:31    阅读次数:120
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
Win10系统下安装tensorflow(cpu)+keras+jupyter notebook运行环境
记录,自用 1、安装Anaconda(这里安装的是python3.6版本) 2、创建tensorflow的conda环境 1 conda create -n tensorflow python=3.6 3、切换到上一步创建的名为“tensorflow”的python解释器环境 1 activate ...
分类:Windows程序   时间:2020-02-02 17:46:29    阅读次数:97
Centos7安装 Anaconda + jupyter notebook
一、安装Anaconda 1 下载Anaconda安装脚本 为了避免漫长的等待,镜像源选择国内的清华镜像源,镜像源地址:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 我选择最新版本5.3.1,执行如下命令下载: wget https:/ ...
分类:其他好文   时间:2020-02-01 22:57:39    阅读次数:111
Mongo Delete-19
数据初始化db.inventory.insertMany( [ { item: "journal", qty: 25, size: { h: 14, w: 21, uom: "cm" }, status: "A" }, { item: "notebook", qty: 50, size: { h: ... ...
分类:其他好文   时间:2020-02-01 12:37:31    阅读次数:72
在Anaconda3下安装(CPU版)TensorFlow(清华镜像源)
1、打开Anaconda Prompt 2、搭建TensorFlow的环境: conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --set show_cha ...
分类:其他好文   时间:2020-01-30 09:37:16    阅读次数:220
python 升级2.7版本到3.7
https://www.jianshu.com/p/8c8972289196 比较重要的是一个库的安装, 安装完后 会遇到系统 里的问题,比如 yum没有办法运行了 解决方法是把 [root@localhost bin] head n 4 yum !/usr/bin/python2.7 第一行内容改 ...
分类:编程语言   时间:2020-01-29 19:40:22    阅读次数:160
windows7 64位系统下无法运行ipython
windows7 64位系统下无法运行ipython | Creator 导航 导航 博客 ... ...
分类:编程语言   时间:2020-01-29 12:12:30    阅读次数:86
1361条   上一页 1 ... 20 21 22 23 24 ... 137 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!