File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 5
5
from yapf .yapflib .yapf_api import FormatCode
6
6
7
7
BANNER_CELL = {
8
- "cell_type" : "markdown" ,
9
- "id" : "db768cda" ,
8
+ "cell_type" :
9
+ "markdown" ,
10
+ "id" :
11
+ "db768cda" ,
10
12
"metadata" : {},
11
13
"source" : [
12
14
"<td>\n " ,
16
18
}
17
19
18
20
LINK_CELL = {
19
- "cell_type" : "markdown" ,
20
- "id" : "cb5611d0" ,
21
+ "cell_type" :
22
+ "markdown" ,
23
+ "id" :
24
+ "cb5611d0" ,
21
25
"metadata" : {},
22
26
"source" : [
23
- "<td>\n " ,
24
- "<a href=\" {colab}\" target=\" _blank\" ><img\n " ,
27
+ "<td>\n " , "<a href=\" {colab}\" target=\" _blank\" ><img\n " ,
25
28
"src=\" https://colab.research.google.com/assets/colab-badge.svg\" alt=\" Open In Colab\" ></a>\n " ,
26
- "</td>\n " ,
27
- "\n " ,
28
- "<td>\n " ,
29
+ "</td>\n " , "\n " , "<td>\n " ,
29
30
"<a href=\" {github}\" target=\" _blank\" ><img\n " ,
30
31
"src=\" https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white\" alt=\" GitHub\" ></a>\n " ,
31
32
"</td>"
You can’t perform that action at this time.
0 commit comments