notebook.community
Edit and run
In [1]: print "hello\n";
print "hello\n";
hello
In [15]: %%perl use Data::Dumper; use HTML::Entities ; my %h = ( "a" => 1 ); print encode_entities($h["b"]);
%%perl use Data::Dumper; use HTML::Entities ; my %h = ( "a" => 1 ); print encode_entities($h["b"]);
In [ ]: