Skip to content

Commit

Permalink
README 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielash committed Dec 16, 2017
1 parent c31aa32 commit 158c2be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -8,9 +8,10 @@ Net::Jupyter is a Perl6 Jupyter kernel

This is a perl6 kernel for jupyter

only the minumum required messages are implemented: kernel_info_request and execute_request
the minumum required messages are implemented: kernel_info_request and execute_request
also implemented: shutdown_request

#### Version 0.1.1
#### Version 0.1.3

#### Status

Expand Down
3 changes: 2 additions & 1 deletion bin/kernel.pl
Expand Up @@ -3,11 +3,12 @@
use v6;



use Net::ZMQ::Context:auth('github:gabrielash');
use Net::ZMQ::Socket:auth('github:gabrielash');
use Net::ZMQ::Message:auth('github:gabrielash');
use Net::ZMQ::Poll:auth('github:gabrielash');
use Net::ZMQ::EchoServer:auth('github:gabrielash');
use Net::ZMQ::EchoServer:auth('github:gabrielash');

use Net::Jupyter::Common;
use Net::Jupyter::Messages;
Expand Down

0 comments on commit 158c2be

Please sign in to comment.