Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ipython / IPython / scripts / irunner
Size: Mime:
#!/usr/bin/env python

"""Thin wrapper around the IPython irunner module.

Run with --help for details, or see the irunner source."""

from IPython.lib import irunner

irunner.main()