|
|
|
|
|
by cosmos72
2989 days ago
|
|
For information, it's not the only Go kernel for Jupyter. There is also https://github.com/gopherdata/gophernotes which uses a different approach: contains a portable Go interpreter, instead of invoking the Go compiler for each Jupyter cell as lgo does (lgo is currently linux only) |
|