Help Embedding github raw html

Hi there,

I have followed instructions from posts on this forum, but for some reason the html isn’t showing.

I have a jupyter notebook saved as html on github. I have this link, which seems to work:
https://combinatronics.com/Jordimr33/Nuda.io/master/Simulador%20(1).html

I have put this code as an embed html:

<div id="ajaxContent"></div>
  <script>
  var Webflow = Webflow || [];
  Webflow.push(function() {
    $.get('https://combinatronics.com/Jordimr33/Nuda.io/master/Simulador%20(1).html', function(data) {
      $('#ajaxContent').append(data);
    });
  });
  </script>

I don’t see any output. Any ideas?

This is my site:
https://nuda-io.webflow.io/whitepaper

Hi @AlphaBlock, welcome to the forum :webflow_heart:

Can you shave a read-only link to the project?

1 Like

Sorry guys, here it is:
[https://preview.webflow.com/preview/nuda-io?utm_medium=preview_link&utm_source=dashboard&utm_content=nuda-io&preview=f5fc4755f3903789893b71a76b062958&mode=preview](http://read-only link)

There’s something wrong with the code/resource.
I get this error:
Failed to load resource: net::ERR_FAILED

Where did you come up with the code?

BTW, there are other errors on the page

You may try finding your answer here. You are facing the problem with ajax requests

Thank you all for chiming in - I literally started coding yesterday morning for the first time, so it’s been a crash course weekend. I’m sure it’s not polished at all.

I saw the article, and it’s way beyond my skill.

Is there any other way I can accomplish this? I have an html file that is output by the junyper notebook - I want to be able to display that page inside my site.

Any simple ways to do that?