write_perl_code_in_jupyter_notebook

write perl code in jupyter notebook

source

sudo apt install libzmq3-dev
sudo apt install cpanminus
sudo apt install jupyter-console jupyter-notebook
cpanm Devel::IPerl
echo 'export PERL5LIB="$PERL5LIB:/home/psuter/perl5/lib/perl5"' >> ~/.bashrc
echo 'export PATH="$PATH:/home/psuter/perl5/bin"' >> ~/.bashrc

now start a new notebook using

iperl notebook
  • write_perl_code_in_jupyter_notebook.txt
  • Last modified: 01.12.2022 11:46
  • by Pascal Suter