in reply to jupyter kernel perl

G'day vskatusa,

REPL stands for read–eval–print loop. It hasn't hung; it's waiting for input from you. Did you try typing exit?

Sorry, I know nothing about "jupyter notebook" itself; I can't help further.

— Ken

Replies are listed 'Best First'.
Re^2: jupyter kernel perl
by karlgoethebier (Abbot) on Feb 15, 2023 at 08:31 UTC

    Jupyter

    «The Crux of the Biscuit is the Apostrophe»

Re: Devel::IPerl, iperl --version
by parv (Parson) on Feb 15, 2023 at 08:41 UTC
    Per line 43-49 of iperl, it ought to print the versions & exit, at least on the command line (do not know, nor do I care, how iperl --version would behave inside Jupyter machinery).
      Yes that was my understanding.....Well probably I will abandon perl kernel in jupyter. BTW this has nothing to do with jupyter. All it is supposed to do is install perl kernel
Re^2: jupyter kernel perl
by cavac (Prior) on Feb 15, 2023 at 12:54 UTC