We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36add2b commit 09ecd98Copy full SHA for 09ecd98
docs/source/examples/Widget List.ipynb
@@ -1157,6 +1157,26 @@
1157
")"
1158
]
1159
},
1160
+ {
1161
+ "cell_type": "markdown",
1162
+ "metadata": {},
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
1168
+ "> Naive objects are easy to understand and to work with, at the cost of ignoring some aspects of reality."
1169
+ ]
1170
+ },
1171
1172
+ "cell_type": "code",
1173
+ "execution_count": null,
1174
1175
+ "outputs": [],
1176
1177
+ "ipydatetime.NaiveDatetimePicker(description='Pick a Time')"
1178
1179
1180
{
1181
"cell_type": "markdown",
1182
"metadata": {},
0 commit comments