You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In reviewing #116, I couldn't run the notebook and and it looked like it was failing to find the correct conda env.
./run_notebooks.sh sambah
<[snip]>
RuExecuting: 0%| | 0/25 [00:00<?, ?cell/s]Kernelspec name papermill-sambah cannot be found!
No such kernel named papermill-sambah
Changing the name to python3 enabled the test to run correctly.
Danny said he had generated he .ipynb file via jupyterlab. I think that's a good place to start, but we should fix this so that it doesn't matter how you generated the iPython notebook test file.
The text was updated successfully, but these errors were encountered:
In reviewing #116, I couldn't run the notebook and and it looked like it was failing to find the correct conda env.
Investigation showed ipython notebook had an unexpected kernelspec.
The samba metadata in the ipython notebook was:
vs the spec in a working notebook
Changing the name to python3 enabled the test to run correctly.
Danny said he had generated he .ipynb file via jupyterlab. I think that's a good place to start, but we should fix this so that it doesn't matter how you generated the iPython notebook test file.
The text was updated successfully, but these errors were encountered: