Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Latest commit

 

History

History
94 lines (63 loc) · 2.31 KB

README.md

File metadata and controls

94 lines (63 loc) · 2.31 KB

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)