To run Perl code in Jupyter Notebook, you need to install a Perl kernel. One such kernel is the Perl 6 Kernel which supports Perl 6 programming language, but it can also execute some Perl 5 code. You can install it using the following command: Copy code pip install jupyter_kernel_perl6