摘要: 1. conda create -n R-Env -c r r-essentials source activate R-Env 2. 下面这个方法可以了的,但是注意mac要从terminal打开r运行第二步 https://irkernel.github.io/installation/#bina 阅读全文
posted @ 2017-03-12 10:41 sumile123 阅读(284) 评论(0) 推荐(0) 编辑
摘要: Add kernel python3 in jupyter http://ipython.readthedocs.io/en/stable/install/kernel_install.html After this, still can not use numpy, to install nump 阅读全文
posted @ 2017-01-21 12:04 sumile123 阅读(245) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/s/blog_6babbcb801019njz.html 阅读全文
posted @ 2016-12-11 11:43 sumile123 阅读(232) 评论(0) 推荐(0) 编辑
摘要: a = np.arange(3) # a.shape = (3,) b = a.reshape((3,1)) # b.shape = (3,1) b2 = a.reshape((-1,1)) # b2.shape = (3,1) c = b.reshape((3,)) # c.shape = (3, 阅读全文
posted @ 2016-12-08 10:59 sumile123 阅读(192) 评论(0) 推荐(0) 编辑
摘要: % Placing a * after \section means it will not show in the% outline or table of contents.\section*{Summary} 阅读全文
posted @ 2016-08-04 12:53 sumile123 阅读(2393) 评论(0) 推荐(0) 编辑
摘要: 不在讲的部分隐形显示 http://tex.stackexchange.com/questions/28654/beamer-table-of-contents-display-all-subsections-below-section subsection逐个显示设置 http://tex.sta 阅读全文
posted @ 2016-05-31 14:46 sumile123 阅读(3362) 评论(0) 推荐(0) 编辑
摘要: http://tex.stackexchange.com/questions/42619/x-mark-to-match-checkmark 阅读全文
posted @ 2016-05-31 10:53 sumile123 阅读(9990) 评论(0) 推荐(1) 编辑
摘要: http://tex.stackexchange.com/questions/48036/how-to-represent-cross-and-tick-in-itemize-bullets 阅读全文
posted @ 2016-05-31 10:47 sumile123 阅读(9799) 评论(0) 推荐(0) 编辑
摘要: https://support.microsoft.com/en-us/kb/973455 https://www.google.com.hk/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=0x80070001 https://suppo 阅读全文
posted @ 2016-03-06 22:15 sumile123 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 官方安装指南 https://github.com/yyuu/pyenv#homebrew-on-mac-os-x 注意: Rebuild the shim binaries. You should do this any time you install a new Python binary. 阅读全文
posted @ 2016-03-06 13:55 sumile123 阅读(1524) 评论(0) 推荐(0) 编辑