EntropyOrg / p5-Devel-IPerl

:microscope::books: Perl5 language kernel for Jupyter <http://jupyter.org/>
http://p3rl.org/Devel::IPerl
93 stars 15 forks source link

Config file support (like .replyrc) #91

Open pablrod opened 6 years ago

pablrod commented 6 years ago

Perl REPL environments support some sort of configuration file:

This configuration file is useful for loading plugins, helpers or some sort of initialization (like connecting to common databases).

I've made a quick patch of Devel/IPerl/Kernel/Backend/Reply just to load the .replyrc file. But maybe is better to use a proper config file, like .iperlrc.

I can work on this, but let me know if this is something you want or maybe is not the way a notebook should work (without the config file could be impossible to get the same output).