mljar / mercury

Convert Jupyter Notebooks to Web Apps

Home Page:https://RunMercury.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How the html is getting generated while running mercury?

codinggeeks06 opened this issue · comments

hey,
so we are using mercury on the airgapped network, so we would like to remove all the links which goes to internet and host it locally. So can you guide us how to achieve that?
thanks in advance..

Adding to what already has been told we are trying replace the cdnjs links being added to dynamically generated html for the jupyter notebooks.

We are using nbconvert package for converting notebook to HTML. The option here is to change all js packages that are loaded from CDN to local js packages. I did a quick search but could find any resource on how to force nbconvert to do this. Some nbconvert issues jupyter/nbconvert#754 So it should be implemented.