Upload fs-images.ipynb
Browse files- fs-images.ipynb +70 -0
fs-images.ipynb
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [
|
| 3 |
+
{
|
| 4 |
+
"cell_type": "markdown",
|
| 5 |
+
"id": "7e57da2f",
|
| 6 |
+
"metadata": {},
|
| 7 |
+
"source": [
|
| 8 |
+
"# Filesystem images demonstration.\n",
|
| 9 |
+
"\n",
|
| 10 |
+
"The following cell contains this markdown:\n",
|
| 11 |
+
"\n",
|
| 12 |
+
"```markdown\n",
|
| 13 |
+
"\n",
|
| 14 |
+
"```\n",
|
| 15 |
+
"\n",
|
| 16 |
+
"`xcode-bert-test.png` is an image in this directory, but it is not displayed when seeing the notebook in the Hub. It does work when opening in Colab."
|
| 17 |
+
]
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"cell_type": "markdown",
|
| 21 |
+
"id": "56dbfc03",
|
| 22 |
+
"metadata": {},
|
| 23 |
+
"source": [
|
| 24 |
+
"\n"
|
| 25 |
+
]
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"cell_type": "code",
|
| 29 |
+
"execution_count": null,
|
| 30 |
+
"id": "da13f834",
|
| 31 |
+
"metadata": {},
|
| 32 |
+
"outputs": [],
|
| 33 |
+
"source": []
|
| 34 |
+
}
|
| 35 |
+
],
|
| 36 |
+
"metadata": {
|
| 37 |
+
"kernelspec": {
|
| 38 |
+
"display_name": "Python 3 (ipykernel)",
|
| 39 |
+
"language": "python",
|
| 40 |
+
"name": "python3"
|
| 41 |
+
},
|
| 42 |
+
"language_info": {
|
| 43 |
+
"codemirror_mode": {
|
| 44 |
+
"name": "ipython",
|
| 45 |
+
"version": 3
|
| 46 |
+
},
|
| 47 |
+
"file_extension": ".py",
|
| 48 |
+
"mimetype": "text/x-python",
|
| 49 |
+
"name": "python",
|
| 50 |
+
"nbconvert_exporter": "python",
|
| 51 |
+
"pygments_lexer": "ipython3",
|
| 52 |
+
"version": "3.9.15"
|
| 53 |
+
},
|
| 54 |
+
"toc": {
|
| 55 |
+
"base_numbering": 1,
|
| 56 |
+
"nav_menu": {},
|
| 57 |
+
"number_sections": true,
|
| 58 |
+
"sideBar": true,
|
| 59 |
+
"skip_h1_title": false,
|
| 60 |
+
"title_cell": "Table of Contents",
|
| 61 |
+
"title_sidebar": "Contents",
|
| 62 |
+
"toc_cell": false,
|
| 63 |
+
"toc_position": {},
|
| 64 |
+
"toc_section_display": true,
|
| 65 |
+
"toc_window_display": false
|
| 66 |
+
}
|
| 67 |
+
},
|
| 68 |
+
"nbformat": 4,
|
| 69 |
+
"nbformat_minor": 5
|
| 70 |
+
}
|