Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtemporal/jupytergo
A jupyter with go kernel made easy
https://github.com/jtemporal/jupytergo
docker golang jupyter jupyter-notebook
Last synced: 1 day ago
JSON representation
A jupyter with go kernel made easy
- Host: GitHub
- URL: https://github.com/jtemporal/jupytergo
- Owner: jtemporal
- Created: 2018-04-17T20:54:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T13:26:43.000Z (over 6 years ago)
- Last Synced: 2024-12-20T03:11:19.527Z (9 days ago)
- Topics: docker, golang, jupyter, jupyter-notebook
- Homepage: https://hub.docker.com/r/jtemporal/jupytergo/
- Size: 4.88 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jupyter Go
is a image for study proposes.
It is based on awesome [Yu Watanabe lgo](https://github.com/yunabe/lgo) Go jupyter kernel image.
Many thanks to [@perylemke](https://github.com/perylemke)
## Running
You can use it only with docker:
```console
docker pull jtemporal/jupytergo
docker run -p 8888:8888 --name jupytergo -e JUPYTERENV=notebook -v ~/jupytergo/code:/examples -it jtemporal/jupytergo
# or
docker run -p 8888:8888 --name jupytergo -e JUPYTERENV=lab -v ~/jupytergo/code:/examples -it jtemporal/jupytergo
```Or with Docker Compose, by cloning this repo and doing the following:
```console
cd jupytergo
docker-compose up
```ps.: docker compose right now it's only configured for jupyter notebooks
## Contributing
Pull requests are very much welcome!