apsknight / gangaextension

Jupyter Extension for running Ganga Jobs inside Notebook
GNU General Public License v3.0
4 stars 4 forks source link

import Ganga namespace into magic cell directly #18

Closed moscicki closed 6 years ago

moscicki commented 6 years ago

You should import * from ganga into the namespace of the magic cell.

User needs to be able to write:

%%ganga j=Job() j.backend=Condor() j.submit()

apsknight commented 6 years ago

Solved via https://github.com/apsknight/gangaextension/commit/f66ac560098e6c90582779e6cbaed72abe176720