Skip to content

Commit 185881a

Browse files
committed
Fix typo and image display
1 parent 0a5920a commit 185881a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ ipynao/labextension
160160
# Other
161161
archive/
162162
*/alt-*
163-
*/tst.ipynb*
163+
*/tst*.ipynb

content/introduction.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"metadata": {},
1515
"outputs": [],
1616
"source": [
17-
"%pip install ipyna==0.2"
17+
"%pip install ipynao==0.2"
1818
]
1919
},
2020
{
@@ -380,7 +380,8 @@
380380
},
381381
"outputs": [],
382382
"source": [
383-
"display(pil_img)"
383+
"# Display the image\n",
384+
"pil_img"
384385
]
385386
},
386387
{

0 commit comments

Comments
 (0)