poad / docker-jupyter

Home Page:https://hub.docker.com/r/poad/docker-jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter lab container images

Docker build and push

About

The Docker image for Jupyter notebook with any languages

Tags

All in one based JDK 8

docker pull poad/docker-jupyter:all-in-one-jdk8

Jupyter notebook with follow kernels based JDK 8

All in one based JDK 11

docker pull poad/docker-jupyter:all-in-one-jdk11

Jupyter notebook with follow kernels based JDK 11

All in one based JDK 17

docker pull poad/docker-jupyter:all-in-one-jdk17

Jupyter notebook with follow kernels based JDK 17

Java

docker pull poad/docker-jupyter:java

Jupyter notebook with IJava kernel

Rust

docker pull poad/docker-jupyter:rust

Jupyter notebook with evcxr

Scala

docker pull poad/docker-jupyter:scala

Jupyter notebook with almond

Node.js

docker pull poad/docker-jupyter:nodejs

Jupyter notebook with JavaScript (tslab)

TypeScript

docker pull poad/docker-jupyter:typescript

Jupyter notebook with TypeScript (tslab)

About

https://hub.docker.com/r/poad/docker-jupyter

License:Apache License 2.0


Languages

Language:Python 83.1%Language:Dockerfile 16.9%