Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How the html is getting generated while running mercury? #402

Open
codinggeeks06 opened this issue Nov 30, 2023 · 2 comments
Open

How the html is getting generated while running mercury? #402

codinggeeks06 opened this issue Nov 30, 2023 · 2 comments

Comments

@codinggeeks06
Copy link

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..

@ghansham
Copy link

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

@pplonski
Copy link
Contributor

pplonski commented Dec 1, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants