October 25, 2018
I want to start using Perl5 to replace some of my day to day Python tasks, but I don’t want to have to give up Jupyter notebooks! Fortunatly, someone has solved this already.
The following instructions are for Ubuntu 16.04
sudo apt install libzmq3-dev
sudo python3 -m pip install jupyter
cpanm Devel::IPerl
You should now be able to start a jupyter-notebook and select iperl as the kernel!