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

Making this cookbook reproducible #10

Closed
brian-rose opened this issue Dec 9, 2024 · 1 comment
Closed

Making this cookbook reproducible #10

brian-rose opened this issue Dec 9, 2024 · 1 comment

Comments

@brian-rose
Copy link
Member

Related to my pre-publication review (#5), I'm noting here that in its current state this cookbook does not reproduce itself. Currently we have execute_notebooks: off in the config file, so the cookbook is deploying a pre-executed notebook which has been checked into the repository with output.

Now that the environment file is fixed up (#7), I am able to execute the notebook and reproduce the results locally on a laptop. I was also able to run the notebook manually on the Pythia binder.

I opened #9 to see if we can automate the execution on the binder.

@brian-rose
Copy link
Member Author

My impression is that the execution speed of the notebook is limited by network bandwidth, not computing power. It looks like a good candidate for accelerating with a dask-based parallelization of the data subsetting.

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

1 participant