pineapple icon indicating copy to clipboard operation
pineapple copied to clipboard

update to jupyter notebook 5

Open darthoctopus opened this issue 8 years ago • 2 comments
trafficstars

Jupyter notebooks 5 and ipython 6 introduce Jedi integration for ipython. With the codebase unmodified,

  • Some callbacks are broken (most notably, saving checkpoints, and saving on quit)
  • Kernel selection is also broken (no kernels are read into the menu)

After fiddling around, I've found that the last issue stems from a change in either main.js or main.min.js in static/notebook/js. I'm not sure what is causing the broken callbacks.

darthoctopus avatar Apr 21 '17 05:04 darthoctopus

update: the broken callbacks were caused by the notebook_loaded.Notebook event in custom.js not being invoked on document load. As a workaround I've bound it to be triggered on command_mode. This is likely a Jupyter bug. Everything works beautifully otherwise.

darthoctopus avatar Apr 24 '17 00:04 darthoctopus

Is it updated yet? 😊

gandalfsaxe avatar Nov 19 '17 13:11 gandalfsaxe