n-riesco / ijavascript

IJavascript is a javascript kernel for the Jupyter notebook
Other
2.18k stars 187 forks source link

dockerfile #192

Closed parmentelat closed 5 years ago

parmentelat commented 5 years ago

as discussed in #188

provide a Dockerfile that builds on top of latest jupyter/minimal-notebook

as of march 2019, this will result in

jovyan@1dc2fa1ff530:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
jovyan@1dc2fa1ff530:~$ python3 --version
Python 3.7.1
jovyan@1dc2fa1ff530:~$ jupyter --version
4.4.0
jovyan@1dc2fa1ff530:~$ jupyter notebook --version
5.7.5
jovyan@1dc2fa1ff530:~$ node --version
v11.11.0
jovyan@1dc2fa1ff530:~$ npm --version
6.7.0
n-riesco commented 5 years ago

@parmentelat Thank you for doing this.

I'm happy to merge the PR as is, but, please, have a look at this idea.