import openchemistry as oc import json
with open('benzene.cjson') as f: cjson = json.load(f)
mol = oc.load(cjson)
mol.orbitals.show(mo='homo', iso=0.005)
<jupyterlab_cjson.CJSON object>