Skip to content

Fix broken image paths in notebooks (remove files/ prefix)#1325

Merged
dmeoli merged 1 commit into
masterfrom
fix-notebook-image-paths
Jun 26, 2026
Merged

Fix broken image paths in notebooks (remove files/ prefix)#1325
dmeoli merged 1 commit into
masterfrom
fix-notebook-image-paths

Conversation

@dmeoli

@dmeoli dmeoli commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Follow-up to #1302. The same files/images/... prefix (a Jupyter classic artifact) is broken on GitHub and modern Jupyter — there is no files/ directory, so the embedded diagrams don't render. The images all exist under images/.

Removes the files/ prefix from the <img> tags in:

  • mdp.ipynb (mdp-a.png)
  • probability.ipynb (bayesnet.png, sprinklernet.jpg)
  • reinforcement_learning.ipynb (mdp.png)

Verified each referenced image exists under images/. Pure path fix, no content changes.

The files/ prefix (a Jupyter classic artifact) does not resolve on GitHub
or modern Jupyter since there is no files/ directory; the images live under
images/. Point the <img> tags in mdp.ipynb, probability.ipynb and
reinforcement_learning.ipynb at images/... directly, consistent with #1302.
@dmeoli dmeoli merged commit 0b01ddf into master Jun 26, 2026
@dmeoli dmeoli deleted the fix-notebook-image-paths branch June 26, 2026 01:46
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.

1 participant