https://github.com/pylons/pyramid_ipython
IPython bindings for Pyramid's pshell.
https://github.com/pylons/pyramid_ipython
Last synced: 9 months ago
JSON representation
IPython bindings for Pyramid's pshell.
- Host: GitHub
- URL: https://github.com/pylons/pyramid_ipython
- Owner: Pylons
- Created: 2015-10-21T05:22:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T04:22:18.000Z (almost 9 years ago)
- Last Synced: 2024-05-14T19:54:19.399Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 7
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
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