https://github.com/fpsom/jupyter-kernels
Automated build of docker image for Jupyter supporting multiple kernels
https://github.com/fpsom/jupyter-kernels
Last synced: 5 months ago
JSON representation
Automated build of docker image for Jupyter supporting multiple kernels
- Host: GitHub
- URL: https://github.com/fpsom/jupyter-kernels
- Owner: fpsom
- Created: 2016-05-25T11:16:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-10T13:42:57.000Z (almost 10 years ago)
- Last Synced: 2025-07-01T11:51:42.070Z (12 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/fpsom/jupyter-kernels) [](http://microbadger.com/images/fpsom/jupyter-kernels "Get your own image badge on microbadger.com")
[](http://microbadger.com/images/fpsom/jupyter-kernels "Get your own version badge on microbadger.com")
## Docker image for Jupyter notebook with multiple kernels
The Dockerfile has been created based on the official Jupyter docker file that includes R (available [here](https://hub.docker.com/r/jupyter/r-notebook/) )
- **R kernel**.
- **Python 3 kernel**.
- **Nodejs kernel**. This kernel was included using parts of the official Nodejs Docker file (v6.2) available from [here](https://github.com/nodejs/docker-node)
- **Bash kernel**. This kernel was included using the guideline provided [here](https://github.com/takluyver/bash_kernel)