Skip to content

PaulWeiHan/igo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Go kernel for IPython

To install:

pip install ipython[notebook]

go get github.com/takluyver/igo

mkdir -p ~/.ipython/kernels/igo
cp -r $GOPATH/src/github.com/takluyver/igo/kernel/* ~/.ipython/kernels/igo

Edit ~/.ipython/kernels/igo/kernel.json and replace $GOPATH with your actual GOPATH

To run:

ipython notebook

Go code is run using go-eval.

Support

The project is not being supported currently. The current state of the Go eval tools are too limited for it to be useful. If you want to push it forwards, please get in touch.

About

Go Kernel for IPython

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%