Package Ganga :: Package Runtime :: Module IPythonMagic
[hide private]
[frames] | no frames]

Module IPythonMagic

source code

Module containing IPython magic functions for Ganga


Version: 1.0

Date: 28 March 2006

Author: K.Harrison <Harrison@hep.phy.cam.ac.uk>

Functions [hide private]
 
magic_ganga(self, parameter_s='')
IPython magic function for executing Python scripts in Ganga namespace
source code
Variables [hide private]
  logger = getLogger(modulename= 1)
Function Details [hide private]

magic_ganga(self, parameter_s='')

source code 

IPython magic function for executing Python scripts in Ganga namespace

Usage:
   ganga <script> <arguments>

   <script>    - Python script in Ganga search path
   <arguments> - Arguments to be passed to <script>