Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 392 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 392 Bytes

Perl 5 in a box

Binder

Run with Binder

Simply open https://mybinder.org/v2/gh/nopid/jupyperl/master

Run locally with Docker

$ git clone https://github.com/nopid/jupyperl
$ cd jupyperl
$ docker build -t jupyperl .
$ docker run -v $(PWD):/home/jovyan -p 8888:8888 -it jupyperl