Cheat sheet for Jupyter Notebook】的更多相关文章

近期,DataCamp发布了jupyter notebook的 cheat sheet,[Python数据之道]第一时间与大家一起来分享下该cheat sheet的内容. 以下是该cheat sheet的部分内容: 各位小伙伴可以从DataCamp的网站获取该cheat sheet的pdf版,当然,我已经将该pdf文件搬运回来了. 想获取该jupyter notebook cheat sheet 的pdf版文件的同学,可以在公众号"Python数据之道"并在后台回复“PyDataRoa…
Jupyter Notebook 简介 Jupyter Notebook 是一个开源的 Web 应用程序,可以用来创建和共享包含动态代码.方程式.可视化及解释性文本的文档.其应用于包括:数据整理与转换,数值模拟,统计建模,机器学习等等.更多信息请见官网 . A. 检查 Python 环境 CentOS 7.2 中默认集成了 Python 2.7,可以通过下面命令检查 Python 版本: python --version 安装 pip pip 是一个 Python 包管理工具,我们使用 yum…
远程访问Jupyter Notebook Jupyter Notebook很好用,但是直接远程在服务器上用体验当然不如本地计算机好,那么如何远程访问呢? 首先需要在服务器上安装好ipython, jupyter notebook, pip install ipython pip install jypyter 生成配置文件 jupyter notebook --generate-config 生成密码 打开ipython, 创建一个密文密码 In [1]: from notebook.auth…
PostgreSQL Cheat Sheet CREATE DATABASE CREATE DATABASE dbName; CREATE TABLE (with auto numbering integer id) CREATE TABLE tableName ( id serial PRIMARY KEY, name varchar(50) UNIQUE NOT NULL, dateCreated timestamp DEFAULT current_timestamp ); Add a pr…
Merge Undo git merge with conflicts $ git merge --abort Archive $ git archive --format zip --output /full/path/to/zipfile.zip master Branch set remote tracking branch $ git branch --set-upstream dev origin/dev Tag 查看 remote 的 tags $ git ls-remote --t…
0.安装环境 Windows10,Python3.5.1,IPython,jupyter notebook,and other functionality 官方安装文档Linux版3.x 官方安装文档列表,包含3.x2.x等等 1.下载Python最新版(3.5.1版链接)(根据机器位数下载如64位) 2.安装Python 有几步不是默认的(注意) 2.1 双击安装包,勾选添加到path  2.2默认下一步  2.3勾选全部用户使用  等待安装完成! 2.4检查是否已经安装好pip和setupt…
转载自:https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/ Jupyter notebook, formerly known as the IPython notebook, is a flexible tool that helps you create readable analyses, as you can keep code, images, comments, formulae and plots…
默认打开Jupyter notebook,工作目录是C:\Users\Username,这里面有很多其它与Jupyter notebook无关的文件,也很有用,不能看着烦就删掉,所以需要修改Jupyter notebook的工作目录,创建一个干净清爽的工作环境.方法如下: 控制台输入:jupyter notebook --generate-config…
电脑已经装了anaconda python,然后下载了spark2.1.0.因为版本太新,所以网上和书上的一些内容已经不再适用.比如关于如何使用IPython和Jupyter,教程给出的方法是用如下语句打开Spark即可进入IPython或者IPython Notebook: IPYTHON=1 ./bin/pyspark IPYTHON_OPTS="notebook" ./bin/pyspark 然鹅运行以上语句后我得到的是: Error in pyspark startup: IP…
CSS3 Animation Cheat Sheet 是一组预设的动画库,为您的 Web 项目添加各种很炫的动画.所有你需要做的是添加样式表到你的网站,为你想要添加动画效果的元素应用预制的 CSS 类就可以了. 您可能感兴趣的相关文章 特别推荐:35款精致的 CSS3 和 HTML5 网页模板 Parallax.js – 自适应智能设备方向的视差效果插件 Socket.IO – WebSocket 构建跨浏览器实时应用 jsPDF – 基于 HTML5 的强大的 PDF 在线生成工具 jQuer…