Skip to content

Commit 96ad01d

Browse files
committed
Fix nb lint issue
Signed-off-by: Yong Tang <[email protected]>
1 parent c53f6a0 commit 96ad01d

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

docs/tutorials/daos.ipynb

+10-15
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"metadata": {},
5+
"metadata": {
6+
"id": "c774b6fdf4b1"
7+
},
68
"source": [
79
"##### Copyright 2022 The TensorFlow IO Authors."
810
]
911
},
1012
{
1113
"cell_type": "code",
1214
"execution_count": null,
13-
"metadata": {},
15+
"metadata": {
16+
"cellView": "form",
17+
"id": "906e07f6e562"
18+
},
1419
"outputs": [],
1520
"source": [
1621
"#@title Licensed under the Apache License, Version 2.0 (the \"License\");\n",
@@ -38,7 +43,9 @@
3843
},
3944
{
4045
"cell_type": "markdown",
41-
"metadata": {},
46+
"metadata": {
47+
"id": "41881aed035d"
48+
},
4249
"source": [
4350
"<table class=\"tfo-notebook-buttons\" align=\"left\">\n",
4451
" <td>\n",
@@ -569,18 +576,6 @@
569576
"kernelspec": {
570577
"display_name": "Python 3",
571578
"name": "python3"
572-
},
573-
"language_info": {
574-
"codemirror_mode": {
575-
"name": "ipython",
576-
"version": 3
577-
},
578-
"file_extension": ".py",
579-
"mimetype": "text/x-python",
580-
"name": "python",
581-
"nbconvert_exporter": "python",
582-
"pygments_lexer": "ipython3",
583-
"version": "3.8.10"
584579
}
585580
},
586581
"nbformat": 4,

0 commit comments

Comments
 (0)