In [ ]:
from aispace2.jupyter.search import xml_to_python
path_to_xml = "../aispace2/jupyter/search/search_tree.xml" ## Fill in the Path to your XML file
xml_to_python(path=path_to_xml)
In [ ]:
from aispace2.jupyter.csp import xml_to_python
path_to_xml = "../aispace2/jupyter/csp/csp_simple1.xml" ## Fill in the Path to your XML file
xml_to_python(path=path_to_xml)
In [ ]:
from aispace2.jupyter.bayes import xml_to_python
path_to_xml = "../aispace2/jupyter/bayes/bn_fire_alarm.xml" ## Fill in the Path to your XML file
xml_to_python(path=path_to_xml)
In [ ]: