Scrollable RISE
RISE 是一套結合jupyter-notebook 和reveal.js 的專案
讓我們能在 jupyter notebook 直接開啟如同 reveal.js 的 slide
RISE 是一套結合jupyter-notebook 和reveal.js 的專案
讓我們能在 jupyter notebook 直接開啟如同 reveal.js 的 slide
進入 R 的命令列,輸入下面的指令
就能安裝 IRKernel,以後就能在 jupyter 中使用 R
install.packages(c('rzmq','repr','IRkernel','IRdisplay'),
repos = c('http://irkernel.github.io/', getOption('repos')))
IRkernel::installspec()
先安裝 Python2 和 Python3 的 ipython notebook
pip2 install ipython notebook
pip3 install ipython notebook
分別用各自的 ipython 執行下面的指令
ipython2 kernelspec install-self
ipython3 kernelspec install-self