Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Pylons/pyramid_ipython
- Owner: Pylons
- Created: 2015-10-21T05:22:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T04:22:18.000Z (over 7 years ago)
- Last Synced: 2024-05-14T19:54:19.399Z (8 months 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
- awesome-pyramid - pyramid_ipython - IPython (Debugging)
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
pythonThe 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