Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding date picker widget #999

Merged
merged 2 commits into from
Jan 2, 2017

Conversation

SylvainCorlay
Copy link
Member

@SylvainCorlay SylvainCorlay commented Jan 2, 2017

Closes #168.

datepicker

This also removes the old unused eventful containers.

@SylvainCorlay SylvainCorlay merged commit a335b98 into jupyter-widgets:master Jan 2, 2017
@SylvainCorlay SylvainCorlay deleted the datepicker branch January 2, 2017 14:25
@SylvainCorlay
Copy link
Member Author

Ping @dmadeka @ssunkara1
ipywidgets 6.0dev now has a DatePicker widget. It is a very simple one but more robust than before.

The core ipywidgets Datetime trait type only holds a python datetime with serialization routines. We mimick the python datetime's behavior in terms of timezone awareness.

@MuddyBootsCode
Copy link

MuddyBootsCode commented Feb 26, 2017

Does this work for all versions of notebook? I've got v6.0.0rc2 installed and I get:

import ipywidgets as widgets
sorted(widgets.Widget.widget_types)
Out[39]:
['Jupyter.Accordion',
 'Jupyter.BoundedFloatText',
 'Jupyter.BoundedIntText',
 'Jupyter.Box',
 'Jupyter.Button',
 'Jupyter.Checkbox',
 'Jupyter.ColorPicker',
 'Jupyter.Controller',
 'Jupyter.ControllerAxis',
 'Jupyter.ControllerButton',
 'Jupyter.Dropdown',
 'Jupyter.FlexBox',
 'Jupyter.FloatProgress',

DatePicker isn't available as a choice.

@jasongrout jasongrout modified the milestone: 6.0 Feb 28, 2017
@github-actions github-actions bot added the resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Feb 19, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Date Picker
3 participants