I was trying to make a self-contained repo2docker repository for running polynote and encapsulating the requirements. The only thing missing would be the ability to add a prefix to the base url to account for the fact it is being proxied (or removing all absolute URL and just using relative). It seems like the <base href="/" /> is the big issue so allowing that to be specified in a config file would solve the issue.
kmader/nbpolynote#1
I was trying to make a self-contained repo2docker repository for running polynote and encapsulating the requirements. The only thing missing would be the ability to add a prefix to the base url to account for the fact it is being proxied (or removing all absolute URL and just using relative). It seems like the
<base href="/" />is the big issue so allowing that to be specified in a config file would solve the issue.polynote/polynote-frontend/index.html
Line 6 in c0ee2e0
kmader/nbpolynote#1