Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takluyver/igo
(Unmaintained) Go Kernel for Jupyter
https://github.com/takluyver/igo
Last synced: about 2 months ago
JSON representation
(Unmaintained) Go Kernel for Jupyter
- Host: GitHub
- URL: https://github.com/takluyver/igo
- Owner: takluyver
- License: mit
- Created: 2013-11-12T23:11:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T08:02:29.000Z (over 7 years ago)
- Last Synced: 2024-10-11T19:19:17.600Z (3 months ago)
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 125
- Watchers: 6
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
A toy Go kernel for Jupyter
===========================Warning
-------This project was a 2013 proof-of-concept Go kernel for Jupyter in which Go code
was run using `go-eval `_.
The state of the Go eval tools was too limited for this kernel to be useful.
This project is no longer supported.See also
--------This project served as inspiration for a full-fledged Go kernel for Jupyter born in 2016
and called `gophernotes `_.See that project if you are looking for a usable, actively developed Go kernel for Jupyter.
Installation
------------To install::
pip install jupyter
go get github.com/takluyver/igo
mkdir -p ~/.jupyter/kernels/igo
cp -r $GOPATH/src/github.com/takluyver/igo/kernel/* ~/.jupyter/kernels/igoEdit ``~/.jupyter/kernels/igo/kernel.json`` and replace ``$GOPATH`` with your actual ``GOPATH``.
Running
-------To run::
jupyter notebook