You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
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:
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:

This is the last error message: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?