iocamljs icon indicating copy to clipboard operation
iocamljs copied to clipboard

Add support to load notebooks from URL or from local file

Open louisabraham opened this issue 8 years ago • 2 comments

You can test locally with:

jekyll serve --baseurl='/iocamljs'

louisabraham avatar Sep 03 '17 17:09 louisabraham

My modifications might trigger problems: - the original code is made to work with a notebook_id and not an URL or a file - I call load_notebook_success so this.start_kernel();, maybe there is a memory leak, maybe there should be a boolean to call restart_kernel instead - IPython.Kernel.start takes a notebook_id argument.

louisabraham avatar Sep 03 '17 17:09 louisabraham

Hi, did you look at this PR?

louisabraham avatar Feb 15 '18 21:02 louisabraham