Skip to content

Commit 2b1ee6e

Browse files
committed
fix image path
1 parent b12e494 commit 2b1ee6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/04. Advanced/07.1 Speed Up Your Python Program With Concurrency.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
"id": "5819b95f",
270270
"metadata": {},
271271
"source": [
272-
"<img src=\"images/speed-up-your-python-program-with-concurrency/IOBound.4810a888b457.png\" width=\"600px\">"
272+
"<img src=\"./images/speed-up-your-python-program-with-concurrency/IOBound.4810a888b457.png\" width=\"600px\">"
273273
]
274274
},
275275
{
@@ -304,7 +304,7 @@
304304
"id": "ea86c13d",
305305
"metadata": {},
306306
"source": [
307-
"<img src=\"images/speed-up-your-python-program-with-concurrency/CPUBound.d2d32cb2626c.png\" width=\"600px\">"
307+
"<img src=\"./images/speed-up-your-python-program-with-concurrency/CPUBound.d2d32cb2626c.png\" width=\"600px\">"
308308
]
309309
},
310310
{

0 commit comments

Comments
 (0)