Add support for dockable windows in the notebook.
This extension is experimental and should not be used as is.
To install it use:
# creates a symlink in .ipython/nbextensions
$ cd ipython-nbdock
$ ipython install-nbextension --symlink . --user
Then you need to have ipython-nbdock in PYTHONPATH when launching ipython.
In a notebook add the following code:
import nbdock
nbdock.nbdockmode()