write_perl_code_in_jupyter_notebook

This is an old revision of the document!


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
  • write_perl_code_in_jupyter_notebook.1669891552.txt.gz
  • Last modified: 01.12.2022 11:45
  • by Pascal Suter