Search code examples
pythonshellipythonpydocbpython

Pydocs in iPython similar to bpython


Is there a way to do inline pydocs in iPython the same way it works in bpython.

bpython screenshots from their site: bpython xrange docs bpython os pydocs


Solution

  • I would suggest bipython. It works like if Ipython have an implementation of bpython. You'll need to call bipython within the Ipython console.

    I would suggest that you to ask any issue about bipython to their github.