denoland/deno_docker

Deno Jupyter image

Closed this issue · 2 comments

I’d like to make a Deno Jupyter image. It would use Deno Ubuntu as the base, similar to the Jupyter docker images, then install Python, Jupyter, and Jupyter extensions — similar to this image.

This would be useful for Jupyter integration testing using papermill and cell tags, similar to this.

In the last 2 years is there any officially supported/suggested Jupyter Image for Deno?

Deno now ships with official Jupyter kernel (https://docs.deno.com/runtime/manual/tools/jupyter) so the already provided Docker images can be used.