Skip to content

Hide pip install output to suppress piplite 404 warnings - #43

Open
mmcky wants to merge 1 commit into
mainfrom
hide-pip-install-output
Open

Hide pip install output to suppress piplite 404 warnings#43
mmcky wants to merge 1 commit into
mainfrom
hide-pip-install-output

Conversation

@mmcky

@mmcky mmcky commented Mar 18, 2026

Copy link
Copy Markdown
Contributor

Add :tags: [hide-output] to %pip install code cells in long_run_growth.md and french_rev.md to suppress noisy piplite 404 warnings.

The other active lectures with %pip install cells (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 mystmd limitation).

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.
@netlify

netlify Bot commented Mar 18, 2026

Copy link
Copy Markdown

Deploy Preview for beautiful-dodol-cb9543 ready!

Name Link
🔨 Latest commit c454e1e
🔍 Latest deploy log https://app.netlify.com/projects/beautiful-dodol-cb9543/deploys/69ba0c7613d152000871fdb3
😎 Deploy Preview https://deploy-preview-43--beautiful-dodol-cb9543.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions

Copy link
Copy Markdown

📖 Netlify Preview Ready!

Preview URL: https://pr-43--beautiful-dodol-cb9543.netlify.app (c454e1e)

✨ Browse the preview at the URL above.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 install code cell in lectures/long_run_growth.md.
  • Added :tags: [hide-output] to the %pip install code cell in lectures/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.

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

Successfully merging this pull request may close these issues.

2 participants