I know I can add custom javascript to Jupyer notebooks by adding them to:
.jupyter/custom/custom.js
However, is there a way to have multiple javascript files that are all loaded, e.g.
.jupyter/custom/custom1.js
.jupyter/custom/custom2.js
(As I have several Jupyter notebook related related projects going on, having the ability to seperate out custom javascript into multiple files would be helpful).