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
Currently we use 'resource' as the keyword inside the @include statement. That seems a rather wordy parameter name to me and I was wondering about 'nb' as an alternative that is also consistent with the terminology used by other utilities (nbconvert, etc.) that work with Jupyter notebooks.
The text was updated successfully, but these errors were encountered:
sjsrey
changed the title
Change resource to nb
Change resource to nb
Sep 19, 2018
This is actually in the Cell class. I would need to dig into this a bit further to recall what’s going on, but if I had to make a guess I would say that I’ve made a stupid assumption about order:
nb = include[0].split("=")[1]
Which I’d say is poor form to say the least. That whole method looks like it needs to be rewritten to instantiate a dict and embed some requirements about key words that will throw errors otherwise.
Inline documentation of the code also looks rather poor now. :-P
from @jreades
The text was updated successfully, but these errors were encountered: