Open source Jupyter client in Golang

gophernotes? From line 328 of kernel_test.go here:

“JupyterClient holds references to the 2 sockets it uses to communicate with the kernel.”

“In the sections below I demonstrate simple HTTP client call in Golang with Golang code executed directly in the Jupyter Notebook.” - from Golang to Jupyter: Golang with Jupyter NotebooksGolang to Jupyter - IMTI - Craig Johnston

GoNB, A Modern Go Kernel for Jupyter Notebooks?

neugram.io/ng’s jupyter - “Package jupyter implements a jupyter kernel for Neugram.”