WIT-for-pandas is a wrapper of whatif-tool for non-tensorflow users.
In case you don't know what WIT is or what it can do, follow a walk through here to get to know about it.
WIT can be installed with the following commands.
pip install witwidget
jupyter nbextension install --py --symlink --sys-prefix witwidget
jupyter nbextension enable --py --sys-prefix witwidget
# if you have a gpu card
pip install widwidget-gpu
jupyter nbextension install --py --symlink --sys-prefix witwidget
jupyter nbextension enable --py --sys-prefix witwidget
Copy the script to your ipython startup dir, create a new or restart a running kernel. An example can be found in the demo notebook.
mkdir -p ~/.ipython/profile_default/startup/
cp whatif_wrapper.py ~/.ipython/profile_default/startup/