Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.3%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: u2takey
- License: mit
- Language: Go
- Default Branch: master
- Size: 28.3 KB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
gopyter
Gopyter provide a template to develop kernels with golang. Now gopyter provide two built-in kernels: starlark-go and lua-go
Install Starlark-go
go
go install github.com/u2takey/gopyter@latest
mkdir -p `jupyter --data-dir`/kernels/starlark-go
cp ./kernel/kernel_starlark_go.json `jupyter --data-dir`/kernels/starlark-go/kernel.json
Install Lua-go
go
go install github.com/u2takey/gopyter@latest
mkdir -p `jupyter --data-dir`/kernels/lua-go
cp ./kernel/kernel_lua_go.json `jupyter --data-dir`/kernels/lua-go/kernel.json
How to Implement new Kernel
Just implement interface KernelInterface and do RegisterKernel
go
type KernelInterface interface {
Init() error
Eval(outerr OutErr, code string) (val []interface{}, err error)
Name() string
}
Owner
- Name: leiiwang
- Login: u2takey
- Kind: user
- Location: china
- Repositories: 20
- Profile: https://github.com/u2takey
-。-
CodeMeta (codemeta.json)
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [],
"identifier": "",
"codeRepository": "https://github.com/u2takey/gopyter",
"datePublished": "2021-01-22",
"dateModified": "2021-01-22",
"dateCreated": "2021-01-22",
"description": "The starlark-go kernel for Jupyter notebooks and nteract. ",
"keywords": "starlark, jupyter, nteract, golang, data science",
"license": "GPL v3.0",
"title": "gopyter",
"version": "v0.0.1"
}
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| wanglei.w | w****w@b****m | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
proxy.golang.org: github.com/u2takey/gopyter
- Homepage: https://github.com/u2takey/gopyter
- Documentation: https://pkg.go.dev/github.com/u2takey/gopyter#section-documentation
- License: MIT
-
Latest release: v0.0.0-20211019024812-18d70e5fe279
published over 4 years ago
Rankings
Dependencies
- actions/checkout v2 composite
- actions/setup-go v2 composite
- github.com/go-zeromq/zmq4 v0.13.0
- github.com/gofrs/uuid v4.0.0+incompatible
- github.com/u2takey/gopher-lua-lib v0.0.0-20211007095423-7433523bd4af
- github.com/u2takey/starlark-go-lib v0.0.0-20211013160217-853ce1f9bd2b
- github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9
- go.starlark.net v0.0.0-20210901212718-87f333178d59
- golang.org/x/net v0.0.0-20211013153659-ee2e9a082323
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
- golang.org/x/sys v0.0.0-20211013075003-97ac67df715c
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
- 140 dependencies