Load Order of Jupyter nbextensions

Hello everyone,

I’m working with the ‘jupyter_contrib_nbextensions’ package in normal Jupyter Notebooks, and I’m having some issues combining ‘widgetsnbextension’ and ‘init_cell/main’ due to the second one is being loaded first so a certain cell that is supposed to show some widgets won’t show them as it is executed before the second extension is loaded. I wanted to know wether there is a way of changing the load order of the extensions so that I could specify which of them loads in the first place. Anyone could help me?

Thanks in advance. Regards.