**Python**
Features:
- The `nbinteract` CLI now has a `--no-top-button` flag to remove the top-level
button.
Bug fixes:
- Python 3.4 doesn't support the `{**dict1, **dict2}` syntax, so we merge
dictionaries another way to support older versions of Python.
- Fixes an issue that broke `nbinteract` CLI completely (52).
- The `nbinteract` CLI spec argument didn't actually set the spec properly.
**JS**
Bug fixes:
- Fixes `nbinteract-core` so that loading it in a webpage initializes the
NbInteract variable properly.