Sign inSign up

taewanme/jupyter-javascript

By taewanme

Updated almost 10 years ago

- Jupyter Docer Image with JavaScript kernel (installed IJavaScript.

Image
1

10K+

taewanme/jupyter-javascript repository overview

Dockerfile for Jupyter image with JavaScript Kernel.

-This project maintains dockerfile developed by Taewan.kim

Docker Image

  • Jupyter Image is installed of Node.js Kernel

    • The images could be used for documentation of programming with node.js and ES6
    • Volume => /home/jovyan/work/data
    • Port => 8888
  • the command for running container

docker run -itd -p 8888:8888 \
-v <host_path>:/home/jovyan/work/data \
--name jupyter taewanme/jupyter:1.0 startJupyter.sh

Tag summary

Content type

Image

Digest

Size

271.7 MB

Last updated

almost 10 years ago

docker pull taewanme/jupyter-javascript