File tree Expand file tree Collapse file tree 1 file changed +15
-26
lines changed Expand file tree Collapse file tree 1 file changed +15
-26
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"cells" : [
3
+ {
4
+ "cell_type" : " code" ,
5
+ "execution_count" : null ,
6
+ "metadata" : {
7
+ "collapsed" : false
8
+ },
9
+ "outputs" : [],
10
+ "source" : [
11
+ " from IPython.core.display import HTML\n " ,
12
+ " def css_styling():\n " ,
13
+ " styles = open(\" ../styles/custom.css\" , \" r\" ).read()\n " ,
14
+ " return HTML(styles)\n " ,
15
+ " css_styling()"
16
+ ]
17
+ },
3
18
{
4
19
"cell_type" : " markdown" ,
5
20
"metadata" : {},
1144
1159
" \n " ,
1145
1160
" # Your code here"
1146
1161
]
1147
- },
1148
- {
1149
- "cell_type" : " code" ,
1150
- "execution_count" : null ,
1151
- "metadata" : {
1152
- "collapsed" : false
1153
- },
1154
- "outputs" : [],
1155
- "source" : [
1156
- " from IPython.core.display import HTML\n " ,
1157
- " \n " ,
1158
- " \n " ,
1159
- " def css_styling():\n " ,
1160
- " styles = open(\" ../styles/custom.css\" , \" r\" ).read()\n " ,
1161
- " return HTML(styles)\n " ,
1162
- " css_styling()"
1163
- ]
1164
- },
1165
- {
1166
- "cell_type" : " code" ,
1167
- "execution_count" : null ,
1168
- "metadata" : {
1169
- "collapsed" : true
1170
- },
1171
- "outputs" : [],
1172
- "source" : []
1173
1162
}
1174
1163
],
1175
1164
"metadata" : {
You can’t perform that action at this time.
0 commit comments