Configure pshell to user ipython and load models at start time
See : [pshell doc](https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/commandline.html#pshell-the-interactive-shell) for loading models automatically And see : [pyramid_ipython](https://github.com/Pylons/pyramid_ipython) for using ipython as default shell
issue