JsMVA
Main Page
Packages
Classes
Files
File List
GSOC
wd
src
python
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
6
def
loadExtensions
():
7
ip = get_ipython()
8
extMgr = ExtensionManager(ip)
9
extMgr.load_extension(
"JsMVA.JsMVAMagic"
)
10
11
loadExtensions
()
JsMVA.loadExtensions
def loadExtensions()
Definition:
__init__.py:6
Generated by
1.8.11