Last active
August 29, 2015 14:21
-
-
Save komsit37/ba597dd5631ac07570f4 to your computer and use it in GitHub Desktop.
install IR kernel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| library(devtools) | |
| install_local('/workspace/github/rzmq') | |
| install_github('IRkernel/repr') | |
| install_github("IRkernel/IRdisplay") | |
| install_github("IRkernel/IRkernel") | |
| IRkernel::installspec() | |
| system.file("kernelspec", package="IRkernel") | |
| > system.file("kernelspec", package="IRkernel") | |
| [1] "/Library/Frameworks/R.framework/Versions/3.1/Resources/library/IRkernel/kernelspec" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/IRkernel/IRkernel
http://www.michaelpacer.com/maths/r-kernel-for-ipython-notebook
brew install czmq zmq
git clone https://github.com/armstrtw/rzmq.git --recursive
ipython kernelspec install --replace --name ir $kernelspec