Skip to content

Instantly share code, notes, and snippets.

@komsit37
Last active August 29, 2015 14:21
Show Gist options
  • Select an option

  • Save komsit37/ba597dd5631ac07570f4 to your computer and use it in GitHub Desktop.

Select an option

Save komsit37/ba597dd5631ac07570f4 to your computer and use it in GitHub Desktop.
install IR kernel
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"
@komsit37

Copy link
Copy Markdown
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment