From c126e30a74e75d3d9a11b9fc17008891207b6099 Mon Sep 17 00:00:00 2001 From: Koy Zhuang Date: Sat, 20 Apr 2024 18:14:25 +0800 Subject: [PATCH] update(readme): gonb integration (#416) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f1f9de34..ecac09cb5 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,8 @@ the [GoDoc](https://pkg.go.dev/github.com/go-echarts/go-echarts/v2). > The section lists awesome projects which integrate with go-echarts specially. -- [templ](https://github.com/a-h/templ) A language for writing HTML user interfaces in Go. +- [templ](https://github.com/a-h/templ) A language for writing HTML user interfaces in Go. You can use `go-echarts` as its components. +- [`GoNB`](https://github.com/janpfeifer/gonb) A Go Notebook Kernel for Jupyter. You can run `go-echarts` inside of it smoothly, see [examples](https://janpfeifer.github.io/gonb-echarts/). ### 💡 Contribution