Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect & check existence of all nbs before converting #1

Open
kwinkunks opened this issue Jan 31, 2022 · 0 comments
Open

Collect & check existence of all nbs before converting #1

kwinkunks opened this issue Jan 31, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@kwinkunks
Copy link
Member

Right now, the notebooks and extras are gathered, then the demos, so we don't know in advance how many we're converting and cannot check if any are missing. So you might wait for 20 to process before finding that the last is missing.

Could fix by building a dict of notebooks with their paths, checking all exist, then looping over to convert.

Thought: doing this with a dict would also take care of the issue of duplicate notebooks... although those should be flagged, because it might affect where the notebook ends up. E.g. if listed in curriculum and demos, should go to curriculum.

Previously agilescientific/geocomputing#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant