https://github.com/tani/jupyter-metropolis
Docker Image for the any programming language as much as possible
https://github.com/tani/jupyter-metropolis
Last synced: 2 months ago
JSON representation
Docker Image for the any programming language as much as possible
- Host: GitHub
- URL: https://github.com/tani/jupyter-metropolis
- Owner: tani
- License: unlicense
- Created: 2019-11-19T06:34:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:51:33.000Z (over 1 year ago)
- Last Synced: 2025-02-09T23:51:12.575Z (4 months ago)
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jupyter Metropolis
🐋 A huge docker image that contains many jupyter kernels 🚀## Description
| Name | Size | Description |
|:-----|-----:|:------------|
| metropolis-base | 16GB | Jupyter notebook, and kernels |
| metropolis | 20GB | metropolis-base, nteract, jupyterlab, and some extensions (git,latex, drawio) |## Supported kernels
This docker image contains more than 30 kernels.```bash
[jovyan@1ca444c5adb0 ~]$ jupyter kernelspec list
Available kernels:
kotlin /home/jovyan/.ipython/kernels/kotlin
.net-csharp /home/jovyan/.local/share/jupyter/kernels/.net-csharp
.net-fsharp /home/jovyan/.local/share/jupyter/kernels/.net-fsharp
agda /home/jovyan/.local/share/jupyter/kernels/agda
bash /home/jovyan/.local/share/jupyter/kernels/bash
c /home/jovyan/.local/share/jupyter/kernels/c
clojupyter-0.2.3 /home/jovyan/.local/share/jupyter/kernels/clojupyter-0.2.3
common-lisp /home/jovyan/.local/share/jupyter/kernels/common-lisp
coq /home/jovyan/.local/share/jupyter/kernels/coq
fortran /home/jovyan/.local/share/jupyter/kernels/fortran
go /home/jovyan/.local/share/jupyter/kernels/go
groovy /home/jovyan/.local/share/jupyter/kernels/groovy
haskell /home/jovyan/.local/share/jupyter/kernels/haskell
ielixir /home/jovyan/.local/share/jupyter/kernels/ielixir
iperl /home/jovyan/.local/share/jupyter/kernels/iperl
java /home/jovyan/.local/share/jupyter/kernels/java
jslab /home/jovyan/.local/share/jupyter/kernels/jslab
julia-1.2 /home/jovyan/.local/share/jupyter/kernels/julia-1.2
lua /home/jovyan/.local/share/jupyter/kernels/lua
ocaml /home/jovyan/.local/share/jupyter/kernels/ocaml
octave /home/jovyan/.local/share/jupyter/kernels/octave
pari_jupyter /home/jovyan/.local/share/jupyter/kernels/pari_jupyter
perl6 /home/jovyan/.local/share/jupyter/kernels/perl6
powershell /home/jovyan/.local/share/jupyter/kernels/powershell
prolog /home/jovyan/.local/share/jupyter/kernels/prolog
racket /home/jovyan/.local/share/jupyter/kernels/racket
ruby /home/jovyan/.local/share/jupyter/kernels/ruby
rust /home/jovyan/.local/share/jupyter/kernels/rust
scala /home/jovyan/.local/share/jupyter/kernels/scala
singular /home/jovyan/.local/share/jupyter/kernels/singular
tslab /home/jovyan/.local/share/jupyter/kernels/tslab
vim_kernel /home/jovyan/.local/share/jupyter/kernels/vim_kernel
gap-4 /usr/share/jupyter/kernels/gap-4
ir /usr/share/jupyter/kernels/ir
python3 /usr/share/jupyter/kernels/python3
python3-jupyroot /usr/share/jupyter/kernels/python3-jupyroot
sagemath /usr/share/jupyter/kernels/sagemath
```**Proposal for new kernels are welcome!**
However, we except kernels distributed on anaconda because anaconda breaks current kernels dependencies.