Skip to content

Instantly share code, notes, and snippets.

View aplavin's full-sized avatar

Alexander Plavin aplavin

View GitHub Profile
@aplavin
aplavin / mywidgets.py
Created August 20, 2016 15:51
ipywidgets extensions
import ipywidgets as iw
import traitlets
class SelectionSliderBtns(iw.Box):
description = traitlets.Unicode()
value = traitlets.Any()
options = traitlets.Union([traitlets.List(), traitlets.Dict()])
def __init__(self, **kwargs):
@aplavin
aplavin / stats.ipynb
Last active August 29, 2015 14:04
Статистика набора 2011, МФТИ, ФУПМ
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.