Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Pylons/pyramid_ipython

IPython bindings for Pyramid's pshell.
https://github.com/Pylons/pyramid_ipython

Last synced: about 2 months ago
JSON representation

IPython bindings for Pyramid's pshell.

Awesome Lists containing this project

README

        

pyramid_ipython
===============

`IPython `_ bindings for
`Pyramid `_.

Installation
------------

::

$ $VENV/bin/pip install pyramid_ipython

Usage
-----

Ensure the shell is available::

$ $VENV/bin/pshell --list-shells
Available shells:
ipython
python

The shell should be auto-selected when running ``pshell``::

$ $VENV/bin/pshell development.ini

However, if there are multiple shells you can also be explicit::

$ $VENV/bin/pshell -p ipython development.ini