File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1161
1161
"cell_type" : " markdown" ,
1162
1162
"metadata" : {},
1163
1163
"source" : [
1164
- " ## Naive picker\n " ,
1165
- " \n " ,
1166
- " In some cases you might want to be able to pick naive datetime objects, i.e. timezone-unaware datetimes. To quote the Python 3 docs:\n " ,
1167
- " \n " ,
1168
- " > Naive objects are easy to understand and to work with, at the cost of ignoring some aspects of reality."
1164
+ " ## Naive picker\n " ,
1165
+ " \n " ,
1166
+ " In some cases you might want to be able to pick naive datetime objects, i.e. timezone-unaware datetimes. To quote the Python 3 docs:\n " ,
1167
+ " \n " ,
1168
+ " > Naive objects are easy to understand and to work with, at the cost of ignoring some aspects of reality.\n " ,
1169
+ " \n " ,
1170
+ " This is useful if you need to compare the picked datetime to naive datetime objects, as Python will otherwise complain!"
1169
1171
]
1170
1172
},
1171
1173
{
1174
1176
"metadata" : {},
1175
1177
"outputs" : [],
1176
1178
"source" : [
1177
- " ipydatetime.NaiveDatetimePicker(description='Pick a Time')"
1179
+ " ipydatetime.NaiveDatetimePicker(description='Pick a Time')"
1178
1180
]
1179
1181
},
1180
1182
{
You can’t perform that action at this time.
0 commit comments