Я пытаюсь использовать iframe для отображения полной HTML-страницы, которую я получаю из области видимости angularjs, но она ничего не отображает.
Это HTML-код моей сети:
<iframe width="100%" ng-srcdoc="<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Profile report generated with the `pandas-profiling` Python package">
<meta name="author" content="Jos Polfliet, Simon Brugman and the open source community.">
<meta name="generator" content="Pandas Profiling 2.3.0" />
<meta name="url" content="https://github.com/pandas-profiling/pandas-profiling">
<title>Pandas Profiling Report</title>
<style>
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
*/
...
});
</script></body>
</html>"></iframe>
Но остальная часть тега iframe пуста:
<html><head></head><body></body></html>
Я изучил код других сайтови iframe обычно завершаются.
Я хотел бы получить что-то вроде этого вывода профилирования панд: Профилирование вывода панд