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
Thanks for raising this @upandacross !
I know the HTML annotated view offers some expanding and collapsing views of the code, do those still work when they're displayed in-line?
If so, a PR changing this would be great!
(an aside: The notebook version of nopython_failure.py omits "from numba import jit")
The html created by "!numba --annotate-html fail.html nopython_failure.py" can be displayed in-line by the following cell with the following changes:
from IPython.core.display import HTML
HTML('fail.html')
The text was updated successfully, but these errors were encountered: