转载自: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…
As you know, JavaScript is the number one programming language in the world, the language of the web, of mobile hybrid apps (like PhoneGap or Appcelerator), of the server side (like NodeJS or Wakanda) and has many other implementations. It’s also the…
原文来自于:http://flippinawesome.org/2013/12/23/45-useful-javascript-tips-tricks-and-best-practices/ 1 – Don’t forget var keyword when assigning a variable’s value for the first time. Assignment to an undeclared variable automatically results in a global…
<45 Useful JavaScript Tips, Tricks and Best Practices> http://flippinawesome.org/2013/12/23/45-useful-javascript-tips-tricks-and-best-practices/ 1 – Don’t forget var keyword when assigning a variable’s value for the first time. Assignment to an unde…
原文:C# Tips & Tricks: Weak References - When and How to Use Them Sometimes you have an object which is very large and needed multiple times, but not constantly, throughout your application. For example a huge lookup table, or the contents of a large f…
Must Know Tips/Tricks in Deep Neural Networks (by Xiu-Shen Wei)   Deep Neural Networks, especially Convolutional Neural Networks (CNN), allows computational models that are composed of multiple processing layers to learn representations of data with…
Productivity tips, tricks and hacks for academics (2015 edition) Contents Jump to: My philosophy: Optimize transaction costs. Don't work from home. Eliminate temptation to waste time. Salvage dead time with technology. Get rid of your TV. Taming emai…
tips for using shortcuts for mac: command+ctrl+F:full screen(当前应用全屏之后有一个好处 就是 使用 4 tap 的手势 可以在全屏的界面之间进行切换 使用起来很酷炫) right click + option : could force quite command+i : show the informaion of the file(when you chose one file) command+delete : delete t…
有趣的事,Python永远不会缺席! 如需转发,请注明出处:小婷儿的python  https://www.cnblogs.com/xxtalhr/p/10747200.html 一.问题 Jupyter notebook安装完扩展包后,工具栏不见了?如下图: 二.解决办法 安装主题包: >>> pip install --upgrade jupyterthemes 查看主题: >>> jt -l 设定主题: >>> jt -t chesterish…
实际上是安装jupyter时候有错误, 仔细看日志发现需要缺少 Microsoft Visual C++ Compiler for Python 2.7 下载安装后,重新安装jupyter即可 https://www.microsoft.com/en-us/download/confirmation.aspx?id=44266…
http://lamda.nju.edu.cn/weixs/project/CNNTricks/CNNTricks.html Deep Neural Networks, especially Convolutional Neural Networks (CNN), allows computational models that are composed of multiple processing layers to learn representations of data with mul…
1. Recycle Bin 地址: //管理员 /_layouts/15/AdminRecycleBin.aspx //普通用户 /_layouts/15/RecycleBin.aspx 2.…
在上一讲Apache log4j简明教程(一)中介绍了log4j的基本概念,配置文件,以及将日志写入文件的方法,并给出了一个详细的示例.这一讲,我在继续谈一谈如何使用log4j将日志写入MySQL数据库. 将日志写入数据库需要经历(1)建立MySQL数据库日志记录表,(2)配置log4j配置文件,(3)编写Java执行程序三大步骤,下面将详细阐述三个步骤的具体内容. 建立MySQL数据库日志记录表 由于每个人想记录在MySQL数据库中的日志信息的不同,创建的表也各不相同,下面给出一个实用的示例:…
Apache log4j的官方介绍是“log4j is a reliable, fast and flexible logging framework (APIs) written in Java, which is distributed under the Apache Software License. log4j is highly configurable through external configuration files at runtime. It views the log…
http://marcgg.com/blog/2014/04/09/phonegap-steroids-hybrid-native-app-tips/…
本文讨论的是 MySQL 5.7. 1.混用 * 和列名会产生解析错误,要避免这个错误,要使用 tbl_name.* 的格式. 2.where 子句中不能使用 select 中定义的别名,因为 SQL 先解析 where 再解析 select. 3.移除字段首尾的空格:update tble_name set col = trim(col). 4.MySQL 会停止扫描不需要的表(MySQL stops reading from t2 (for any particular row in t1)…
转自: http://lamda.nju.edu.cn/weixs/project/CNNTricks/CNNTricks.html…
Jupyter Notebook Jupyter Notebook 以前被称为IPython notebook.Jupyter Notebook是一款能集各种分析包括代码.图片.注释.公式及自己画的图一体的灵活工具. Jupyter 具有可扩展性.它支持多种语言,能容易的部署到自己的计算机或远程服务器上.用户只要通过ssh或http就能访问远程的Jupyter.更赞的是Jupyter完全免费. Jupyter接口 1 快捷键 正如大神所知,使用快捷键能省很多时间.在菜单Help→Keyboard…
本文是转发自:https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/ 的一篇文章,先记录在此,等有空时我会翻译成中文. 如果有读者看到该文,支持看原文. 原文内容如下: 27 Jupyter Notebook tips, tricks and shortcuts 12 OCT 2016 in resources and guides This post originally appeared on Alex Ro…
juypter-notebook安装配置 Table of Contents 1. jupyter notebook概述 2. jupyter notebook安装 3. 在jupyter notebook中运行pyspark 4. 在jupyter notebook中安装toree(scala for spark) 4.1. 版本要求 4.2. 配置环境变量 4.3. 执行安装 4.4. 运行 5. 参考资料 1 jupyter notebook概述 Jupyter Notebook(此前被称…
1.快捷键 Jupyter Notebook 有两种键盘输入模式.编辑模式,允许你往单元中键入代码或文本:这时的单元框线是绿色的.命令模式,键盘输入运行程序命令:这时的单元框线是灰色. 命令模式 (按键 Esc 开启) Enter : 转入编辑模式 Shift-Enter : 运行本单元,选中下个单元 Ctrl-Enter : 运行本单元 Alt-Enter : 运行本单元,在其下插入新单元 Y : 单元转入代码状态 M :单元转入markdown状态 R : 单元转入raw状态 1 : 设定…
jupyter运行后只能在本机运行,如果部署在服务器上,大家都希望可以远程录入地址进行访问,这篇文章就是解决这个远程访问的问题.几个基本的命令就可以搞定,然后就可以愉快的玩耍了. 1.安装jupytetr conda install jupyter 2.远程访问配置 jupyter notebook --generate-config jupass = 'python -c"from notebook.auth import passwd; print(passwd())"' echo…
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…
安装并启动jupyter 安装 Anaconda 后, 再安装 jupyter pip install jupyter 设置环境 ipython --ipython-dir= # override the default IPYTHONDIR directory, ~/.ipython/ by default ipython profile create foo # create the profile foo ipython profile locate foo # find foo prof…
在学习算法,图像处理过程中,理论结合实际的时候总要写一些程序,我用的是PYTHON.这时候,选择一款称手的工具比较重要.之前我用自带的IDLE,也还可以,但是操作不够便捷,文件组织也不是很好.后来想用VIM,初步学习了下,觉得这个工具学好了肯定工作效率会大大提升,但是入门的门槛较高,所以果断知难而退,毕竟工具是次要的,学习算法的原理,图像处理的各种方法是首要任务,要在磨刀和砍柴之间寻找平衡点.最后,决定用Jupyter notebook,也就是IPython,他的一个很大优点就是可以把代码.运行…
Jupyter Notebook是什么 Jupyter Notebook是ipython Notebook 的升级.Jupyter能够将实时代码,公式,可视化图表以Cell的方式组织在一起,形成一个对代码友好的笔记本.Jupyter同时支持Markdown语法和LaTeX语法,可以有效输出富文本方式的PDF文档 了解更多: Jupyter Notebook Jupyter Notebook Users Manual 安装Jupyter Notebook 官方推荐的标准流程:How to Inst…
一.Jupyter介绍 Jupyter Notebook是一个交互式笔记本,支持运行40多种编程语言.Jupyter Notebook 的本质是一个 Web 应用程序,便于创建和共享文学化程序文档,支持实时代码,数学方程,可视化和 markdown.用途包括:数据清理和转换,数值模拟,统计建模,机器学习等等. 二.安装步骤 环境:Docker(17.04.0-ce).镜像Ubuntu(16.04.3) 1. 更新软件列表 root@787c084a44e4:~# apt-get update 2…
修改Jupyter notebook的启动目录 1. 在控制台输入以下命令,检查Jupyter notebook的安装目录 jupyter notebook --generate-config ​ 如: C:\Users\Administrator>jupyter notebook --generate-config   例如得到配置文件的地址为: C:\Users\Administrator\.jupyter\jupyter_notebook_config.py with default co…
Jupyter notebook入门 [TOC] Jupyter notebook 是一种 Web 应用,能让用户将说明文本.数学方程.代码和可视化内容全部组合到一个易于共享的文档中. Jupyter Notebook 已迅速成为处理数据的必备工具.其用途包括数据清理和探索.可视化.机器学习和大数据分析. 安装 Jupyter notebook 目前,安装 Jupyter 的最简单方法是使用 Anaconda.该发行版附带了 Jupyter notebook.你能够在默认环境下使用 notebo…
每每以为攀得众山小,可.每每又切实来到起点,大牛们,缓缓脚步来俺笔记葩分享一下吧,please~ --------------------------- 安装完anaconda,就相当于安装了Python.IPython.集成开发环境Spyder.一些包等等.是一个IDE.安装包的大杂烩,很好很强大,官方下载链接:https://www.continuum.io/downloads 下载后,直接安装即可,炒鸡方便. ----------------------------------------…