-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add guidance on using profilers from within Jupyter notebooks. #24
Conversation
🆗 Pre-flight checks passed 😃This pull request has been checked and contains no modified workflow files or spoofing. Results of any additional workflows will appear here when they are done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor suggestions but looks good, succinctly shows users how to apply both function and line profiling to their work in Notebooks. 👍
Co-authored-by: Neil Shephard <[email protected]>
Co-authored-by: Neil Shephard <[email protected]>
Co-authored-by: Neil Shephard <[email protected]>
Thanks for the feedback @ns-rse, really useful. Manually actioned the first, and had to tweak the suggestion for the last. But all were used. |
Auto-generated via {sandpaper} Source : f2233ca Branch : main Author : Robert Chisholm <[email protected]> Time : 2024-03-22 15:25:12 +0000 Message : Add guidance on using profilers from within Jupyter notebooks. (#24) Co-authored-by: Neil Shephard <[email protected]> Closes #23
Auto-generated via {sandpaper} Source : 6e47732 Branch : md-outputs Author : GitHub Actions <[email protected]> Time : 2024-03-22 15:27:20 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : f2233ca Branch : main Author : Robert Chisholm <[email protected]> Time : 2024-03-22 15:25:12 +0000 Message : Add guidance on using profilers from within Jupyter notebooks. (#24) Co-authored-by: Neil Shephard <[email protected]> Closes #23
I've included notebook copies of the two worked examples, but have opted against linking them from the relevant episodes.
Notebook code blocks are marked as
py
, doesn't appear the markdown engine supportsipynb
type.Closes #23