Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arturoeanton/go-notebook

Go-Notebook is inspired by Jupyter Project (link) in order to document Golang code.
https://github.com/arturoeanton/go-notebook

data data-science data-visualization documentation gobook godoc golang golang-examples golang-notebook golang-tools gomacro jupyter notebook notebook-jupyter plot repl shell-go

Last synced: 4 months ago
JSON representation

Go-Notebook is inspired by Jupyter Project (link) in order to document Golang code.

Awesome Lists containing this project

README

        

```

```

```
podman run --rm -dti -v $PWD/:/app:Z --net host --name golang golang:1.16.5-alpine sh
podman exec -ti golang sh
podman rm -fv golang

```