yunabe/lgo
Interactive Go programming with Jupyter
This project helps Go developers experiment with Go code interactively within a Jupyter Notebook or a REPL console. It takes your Go code snippets as input and immediately executes them, displaying the output, images, or HTML directly within the notebook interface. Developers, data scientists, or anyone prototyping Go applications can use this to quickly test ideas or demonstrate code.
2,456 stars. No commits in the last 6 months.
Use this if you are a Go developer who wants to run Go code in small, iterative blocks and see results instantly, similar to how Python is used in Jupyter notebooks.
Not ideal if you need to use Go versions 1.10, 1.12, or later, as there are known performance issues and build failures with those Go toolchains.
Stars
2,456
Forks
119
Language
Go
License
BSD-3-Clause
Category
Last pushed
Nov 20, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/yunabe/lgo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SPFlow/SPFlow
Sum Product Flow: An Easy and Extensible Library for Sum-Product Networks
gomlx/gomlx
GoMLX: An Accelerated Machine Learning Framework For Go
montanaflynn/stats
A well tested and comprehensive Golang statistics library package with no dependencies.
mattn/go-tflite
Go binding for TensorFlow Lite
james-bowman/sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications