Skip to content

Instantly share code, notes, and snippets.

@kervel
Created April 2, 2020 14:52
Show Gist options
  • Select an option

  • Save kervel/d900553fe1b10d5163724ec0dfe0b760 to your computer and use it in GitHub Desktop.

Select an option

Save kervel/d900553fe1b10d5163724ec0dfe0b760 to your computer and use it in GitHub Desktop.
box_layout = widgets.Layout(
border='solid 1px red',
margin='0px 10px 10px 0px',
padding='5px 5px 5px 5px')
vbox1, vbox2 = make_boxes()
vbox1.layout = box_layout
vbox2.layout = box_layout
widgets.HBox([vbox1, vbox2])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment