https://github.com/arturoeanton/go-notebook
Go-Notebook is inspired by Jupyter Project (link) in order to document Golang code.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.0%) to scientific vocabulary
Keywords
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: 5 months ago
·
JSON representation
Repository
Go-Notebook is inspired by Jupyter Project (link) in order to document Golang code.
Basic Info
Statistics
- Stars: 38
- Watchers: 2
- Forks: 2
- Open Issues: 1
- Releases: 0
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
Created over 4 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
License
Code of conduct
README-DEV-PODMAN.md
```
```
``` 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
```
Owner
- Name: Arturo Elias
- Login: arturoeanton
- Kind: user
- Location: Argentina, Buenos Aires, CABA
- Twitter: arturoeanton
- Repositories: 8
- Profile: https://github.com/arturoeanton
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| arturoeanton | a****n@g****m | 25 |
| Rodrigo | r****u | 2 |
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 1 minute
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- yg7001 (1)
Pull Request Authors
- arturoeanton (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 0
proxy.golang.org: github.com/arturoeanton/go-notebook
- Homepage: https://github.com/arturoeanton/go-notebook
- Documentation: https://pkg.go.dev/github.com/arturoeanton/go-notebook#section-documentation
- License: MIT
Rankings
Dependent packages count: 8.8%
Average: 9.4%
Dependent repos count: 9.9%
Last synced:
8 months ago
Dependencies
go.mod
go
- github.com/arturoeanton/go-echo-live-view v0.0.0-20210720201919-f5171b817bf6
- github.com/arturoeanton/gocommons v0.0.0-20210613045617-59f224587f91
- github.com/cosmos72/gomacro v0.0.0-20210624153544-b4935e406a41
- github.com/gomarkdown/markdown v0.0.0-20210514010506-3b9f47219fe7
- github.com/google/uuid v1.3.0
- github.com/labstack/echo/v4 v4.4.0
- golang.org/x/text v0.3.5
go.sum
go
- github.com/arturoeanton/go-echo-live-view v0.0.0-20210720201919-f5171b817bf6
- github.com/arturoeanton/gocommons v0.0.0-20210613045617-59f224587f91
- github.com/cosmos72/gomacro v0.0.0-20210624153544-b4935e406a41
- github.com/davecgh/go-spew v1.1.0
- github.com/dgrijalva/jwt-go v3.2.0+incompatible
- github.com/gomarkdown/markdown v0.0.0-20210514010506-3b9f47219fe7
- github.com/google/uuid v1.2.0
- github.com/google/uuid v1.3.0
- github.com/gorilla/websocket v1.4.2
- github.com/labstack/echo/v4 v4.3.0
- github.com/labstack/echo/v4 v4.4.0
- github.com/labstack/gommon v0.3.0
- github.com/mattn/go-colorable v0.1.2
- github.com/mattn/go-colorable v0.1.8
- github.com/mattn/go-isatty v0.0.8
- github.com/mattn/go-isatty v0.0.9
- github.com/mattn/go-isatty v0.0.12
- github.com/mattn/go-runewidth v0.0.12
- github.com/peterh/liner v1.2.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/rivo/uniseg v0.1.0
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.4.0
- github.com/valyala/bytebufferpool v1.0.0
- github.com/valyala/fasttemplate v1.0.1
- github.com/valyala/fasttemplate v1.2.1
- github.com/yuin/goldmark v1.2.1
- golang.org/dl v0.0.0-20190829154251-82a15e2f2ead
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
- golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
- golang.org/x/mod v0.3.0
- golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
- golang.org/x/net v0.0.0-20201021035429-f5854403a974
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
- golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
- golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223
- golang.org/x/sys v0.0.0-20190412213103-97732733099d
- golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
- golang.org/x/sys v0.0.0-20200116001909-b77594299b42
- golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
- golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
- golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
- golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
- golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44
- golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
- golang.org/x/text v0.3.0
- golang.org/x/text v0.3.3
- golang.org/x/text v0.3.5
- golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
- golang.org/x/tools v0.1.0
- golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v2 v2.2.2
Dockerfile
docker
- golang 1.20-alpine build