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

Multi-core convert? #191

Open
logan-markewich opened this issue Mar 13, 2024 · 1 comment
Open

Multi-core convert? #191

logan-markewich opened this issue Mar 13, 2024 · 1 comment

Comments

@logan-markewich
Copy link

I have a repo with... too many notebooks.

Is there any way to enable multi-core/multi-processing to speedup up the conversion?

@dr-br
Copy link
Contributor

dr-br commented May 10, 2024

I recently had exactly the same problem.
Instead of fixing mkdocs build behavior I ended with:
find docs/ -name "*.ipynb" -print0 | xargs -0 -I {} bash -c "echo {}&& jupyter execute --inplace {}&" and execute: False in the mkdocs.yml.
Concerning to this, parallel build does obviously not help much. However, @thedrow did not involve notebook builds. Here, parallel execution matters a lot!

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

No branches or pull requests

2 participants