mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Export the widget unpack_models function for other custom classes to use
Thanks to @jdfreder for this suggestion.
This commit is contained in:
parent
58098aebc1
commit
4d86d06940
@ -179,6 +179,7 @@ define([
|
||||
});
|
||||
|
||||
return {
|
||||
'unpack_models': unpack_models,
|
||||
'BoxModel': BoxModel,
|
||||
'BoxView': BoxView,
|
||||
'FlexBoxView': FlexBoxView,
|
||||
|
Loading…
Reference in New Issue
Block a user