Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arturoeanton/go-notebook
- Owner: arturoeanton
- License: mit
- Created: 2021-07-14T15:10:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T17:22:21.000Z (over 1 year ago)
- Last Synced: 2024-09-29T21:21:26.710Z (4 months ago)
- Topics: data, data-science, data-visualization, documentation, gobook, godoc, golang, golang-examples, golang-notebook, golang-tools, gomacro, jupyter, notebook, notebook-jupyter, plot, repl, shell-go
- Language: Go
- Homepage:
- Size: 36.4 MB
- Stars: 38
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README-DEV-PODMAN.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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```