Skip to content

Pylons/pyramid_ipython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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