Hi Jupyter Team! Great to meet many of you at JupyterCon ;)
As many of you know we have implemented web-executable notebooks in Safari and O'Reilly (which we call "Orioles")
There is a "feature" where if you run a cell out of order and an execution error appears, a "Run All Above" button appears.
This works great with all of the kernels we have used so far, except for the Apache Toree Kernel.
We believe this is specific to this kernel, and are wondering if anyone can investigate if there is some sort of missing hook?
Happy to provide more info - these notebooks/Orioles are behind a paywall, but I can provide access for a demonstration where requested.
An example of how we are seeing *most* kernels work is:
Skip down to the cell: "ids = np.load('idsMatrix.npy')" and run it - you will get an error (don't execute cells above it) and you will see the "Run All Above" button. This is the expected behaviour. (you can download the notebook here:
https://github.com/adeshpande3/LSTM-Sentiment-Analysis)
With any notebooks running the toree kernel (apache_toree_scala) wee are not seeing that run all. The only difference between notebooks (in our system ) is the kernel - which is why I am leaning towards that being the issue.
TIA!