#659 · Primary category: Education & Research

gophernotes

artificial-intelligence data-science go golang gophernotes jupyter jupyter-notebook kernel machine-learning nteract numerical-methods zeromq

The Go kernel for Jupyter notebooks and nteract.

Project last updated:11/03/23

GitHub Stars

4.0K

Forks

264

Contributors

29

License

MIT

Why we included this project

Go programmers who want the interactive, cell-by-cell workflow of a Jupyter notebook have a direct option here. gophernotes is a kernel for Jupyter and nteract that runs Go code through the gomacro interpreter, so cells behave like real Go, not a subset. You can embed images, HTML, or LaTeX alongside the code, which makes it practical for exploratory numerical work and for turning ad-hoc scripts into documents you can share. The included example notebooks on matrix operations and worker pools show realistic uses, and instructors might appreciate teaching Go and data science in the same environment.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category