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
If this were python 3 only, I'd say it should accept any iterable that can return filepath objects or strings that map onto filepaths (which I believe is what glob natively returns).
Would it create a list of notebook node objects obeying my the order spat out by the glob?
Yeah I think so.
If this were python 3 only, I'd say it should accept any iterable that can return filepath objects or strings that map onto filepaths (which I believe is what glob natively returns).
We're Python 2.7 + Python 3. I think we could let the argument be a string or a non-string iterable, handling both the glob and directory version, while also letting it take an iterable.
MSeal
added
the
idea
An idea which is open to discussion rather than a particular issue or bug
label
Aug 3, 2018
Instead of having to have a special directory to read from, I'd like to be able to read in a collection of notebooks like this:
I'm assuming this could probably be done with the
glob
module.The text was updated successfully, but these errors were encountered: