JsMVA
__init__.py
Go to the documentation of this file.
1 ## @mainpage
2 # @package JsMVA
3 # @image html JsMVA.jpg
4 from IPython.core.extensions import ExtensionManager
5 
7  ip = get_ipython()
8  extMgr = ExtensionManager(ip)
9  extMgr.load_extension("JsMVA.JsMVAMagic")
10 
def loadExtensions()
Definition: __init__.py:6