Closed sgbaird closed 3 weeks ago
%pip install honegumi import honegumi
Doesn't work. Possibly related to namespace packaging.
Is it import honegumi.core as hg?
import honegumi.core as hg
Not sure why this isn't working, but instead moving away from namespaces #74
Doesn't work. Possibly related to namespace packaging.
Is it
import honegumi.core as hg
?