Skip to content

jonfk/igolang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

igolang

Golang kernel for ipython notebook.

##Installation

To install the kernel run:

$ ./install.sh

# to verify that it was installed run
$ ipython kernelspec list
Available kernels:
  python3
  golang

##Dependencies ###Go Dependencies

###ipython

$ pip install ipython[all]

###zeromq 4.x (using 4.0.4) On osx:

$ brew install zeromq

on ubuntu 14.04:

$ sudo apt-get install libzmq3-dev

##Useful documentation

About

Go kernel for ipython

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published