
jupyter
医学影像处理
从计算机角度记录学习医学影像分割与检测、影像组学、脑磁图/脑电信号数据处理的笔记
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu15.04上jupyter notebook嵌入R语言
Reflink:http://irkernel.github.io/ ctrl+shift+T调出Terminal 输入:sudo apt-get install libzmq3-dev 在terminal中输入sudo R,调用R语言; 输入install.packages(c('rzmq','repr','IRkernel','IRdisplay'), rep原创 2016-05-13 16:36:26 · 3763 阅读 · 0 评论 -
jupyter notebook嵌入到博客
在博客(MarkDown模式)里嵌入如下代码:<iframe src="http://nbviewer.jupyter.org/github/LiaoPan/MyCodeSpace/blob/master/Demo_juypter.ipynb" width="850" height="500"></iframe>src里面写入自己想引用的源链接,但必须基于nbviewer.jupyter.org;你原创 2016-05-08 11:46:10 · 6967 阅读 · 2 评论 -
Jupyter notebook快捷键备忘
The following are the keyboard shortcuts for an IPython Notebook. Learning to use these will help speed up your interactive shell development. Command Mode (press Esc to enable) Enter : enter原创 2016-05-09 11:53:03 · 5976 阅读 · 0 评论 -
Kaggle源码阅读:R包_randomForest
RefLink:https://www.kaggle.com/users/993/ben-hamner/titanic-gettingStarted/random-forest-benchmark-r # This script trains a Random Forest model based on the data, # saves a sample submission, and plo原创 2016-05-20 09:40:32 · 1156 阅读 · 0 评论