Skip to content

Fix image URLs in vacuum_world.ipynb by removing 'files/' prefix#1302

Merged
dmeoli merged 2 commits into
aimacode:masterfrom
AliDumlu:master
Jun 26, 2026
Merged

Fix image URLs in vacuum_world.ipynb by removing 'files/' prefix#1302
dmeoli merged 2 commits into
aimacode:masterfrom
AliDumlu:master

Conversation

@AliDumlu

Copy link
Copy Markdown
Contributor

This commit fixes broken image URLs in the vacuum_world.ipynb notebook. The issue was caused by an incorrect prefix ('files/') in the image paths, which prevented the images from being displayed properly. I have removed the 'files/' prefix from all image URLs, ensuring that the images load as expected.

Changes made:

  • Updated all image paths in vacuum_world.ipynb by removing 'files/' from the URLs.

This commit fixes broken image URLs in the vacuum_world.ipynb notebook. The issue was caused by an incorrect prefix ('files/') in the image paths, which prevented the images from being displayed properly. I have removed the 'files/' prefix from all image URLs, ensuring that the images load as expected.

Changes made:
- Updated all image paths in vacuum_world.ipynb by removing 'files/' from the URLs.
Fix image URLs in vacuum_world.ipynb by removing 'files/' prefix
weasdown added a commit to weasdown/aima-python that referenced this pull request Feb 5, 2025
@dmeoli dmeoli merged commit a208742 into aimacode:master Jun 26, 2026
dmeoli added a commit that referenced this pull request Jun 26, 2026
Follow-up to #1302: remove the broken files/ prefix from <img> tags in mdp.ipynb, probability.ipynb and reinforcement_learning.ipynb; images live under images/.
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