nbinteract
nbinteract copied to clipboard
local packages failing to be imported when initialising widgets
Hi,
I'm currently trying to embed a jupyter notebook in my website but I am having problems getting the interactive part to work. Looking at the console, it seems the import of local packages which are in the same directory as the html and notebook in the mybinder source:


The repo from which I build the html is: github.com/nyxaria/olim The binder source is: https://mybinder.org/v2/gh/nyxaria/olim/master?filepath=data-analysis%2Folim-model-analysis.ipynb
Do you think you could help me with this problem?