Hide pip install output to suppress piplite 404 warnings - #43
Open
mmcky wants to merge 1 commit into
Open
Conversation
Add :tags: [hide-output] to %pip install cells in long_run_growth.md and french_rev.md. Other lectures already had this tag. The piplite 404 warnings are cosmetic (installs still succeed via micropip fallback) but confuse users. See #42.
✅ Deploy Preview for beautiful-dodol-cb9543 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
📖 Netlify Preview Ready! Preview URL: https://pr-43--beautiful-dodol-cb9543.netlify.app (c454e1e) ✨ Browse the preview at the URL above. |
There was a problem hiding this comment.
Pull request overview
This PR reduces user-facing noise during in-page execution by hiding output from %pip install cells that currently emit confusing (but cosmetic) piplite 404 warnings before falling back to micropip.
Changes:
- Added
:tags: [hide-output]to the%pip installcode cell inlectures/long_run_growth.md. - Added
:tags: [hide-output]to the%pip installcode cell inlectures/french_rev.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| lectures/long_run_growth.md | Hides %pip install openpyxl cell output to suppress piplite 404 warning noise during interactive execution. |
| lectures/french_rev.md | Hides %pip install openpyxl requests cell output to suppress piplite 404 warning noise during interactive execution. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
:tags: [hide-output]to%pip installcode cells inlong_run_growth.mdandfrench_rev.mdto suppress noisy piplite 404 warnings.The other active lectures with
%pip installcells (inflation_history,eigen_II,markov_chains_I,markov_chains_II,networks) already had this tag.The 404 warnings are cosmetic — installs succeed via micropip fallback — but are confusing for users. The root cause is tracked in #42 (upstream
mystmdlimitation).