Hi,
I am having trouble to install from the widgety branch. when running python3 -m interview_kernel.install, I get the following:
File "/MoSIS_Jupyter_Kernel/interview_kernel/__init__.py", line 1, in <module>
from . import string_handling, mmtinterface, exaoutput, pde_state_machine
File "/MoSIS_Jupyter_Kernel/interview_kernel/pde_state_machine.py", line 8, in <module>
from .widget_factory import WidgetFactory
ModuleNotFoundError: No module named 'interview_kernel.widget_factory'
Which dependency am I missing here, @kaiamann ?
Hi,
I am having trouble to install from the widgety branch. when running
python3 -m interview_kernel.install, I get the following:Which dependency am I missing here, @kaiamann ?