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 to embed an existing webpage in beaker notebook? #5018

Closed
hlslxy opened this issue Jan 17, 2017 · 1 comment
Closed

How to embed an existing webpage in beaker notebook? #5018

hlslxy opened this issue Jan 17, 2017 · 1 comment

Comments

@hlslxy
Copy link

hlslxy commented Jan 17, 2017

Hi,

I am new in beaker, so sorry for asking such question.

I am trying to embed a webpage in my beaker html cell, but I don't know how to do it.
In normal html page I do this by something like:


<script src="jquery.js"></script>
<script>
$(function(){
$("#includedContent").load("mypage.html");
});
</script>




Thanks for any suggestion!

@scottdraves
Copy link
Contributor

scottdraves commented Jan 18, 2017

hi, no problem glad you are here and thank you for asking.
do you mean like with an iframe? those should work.

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

2 participants