iframe srcdoc из области видимости angularjs - PullRequest
0 голосов
/ 06 ноября 2019

Я пытаюсь использовать iframe для отображения полной HTML-страницы, которую я получаю из области видимости angularjs, но она ничего не отображает.

Это HTML-код моей сети:

<iframe width="100%" ng-srcdoc="<!doctype html>
<html lang=&quot;en&quot;>
<head>
    <meta charset=&quot;utf-8&quot;>
    <meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1, shrink-to-fit=no&quot;>
    <meta name=&quot;description&quot; content=&quot;Profile report generated with the `pandas-profiling` Python package&quot;>
    <meta name=&quot;author&quot; content=&quot;Jos Polfliet, Simon Brugman and the open source community.&quot;>
    <meta name=&quot;generator&quot; content=&quot;Pandas Profiling 2.3.0&quot; />
    <meta name=&quot;url&quot; content=&quot;https://github.com/pandas-profiling/pandas-profiling&quot;>

    <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 обычно завершаются.

Я хотел бы получить что-то вроде этого вывода профилирования панд: Профилирование вывода панд

...