埋め込みコードを取得してそのまま

<iframe 
  src="https://exploratory.io/note/yXr9BcF4SU/PCQ3Ypz6yq?embed=true"
  frameborder="0"
  width="100%"
  height="100%"
>
</iframe>




埋め込みコードを取得して、クラスと高さのパラメータを指定

<iframe
  style="--pc_width: 100%; --pc_height: 270dvh; --sp_width: 100%; --sp_height: 270dvh;"
  class="std-iframe"
  src="https://exploratory.io/note/yXr9BcF4SU/PCQ3Ypz6yq?embed=true"
  frameborder="0"
></iframe>




取得した埋め込みコードのURLを、ダッシュボードのタブのURLに変更

<iframe
src="https://exploratory.io/dashboard/6678715061536728/FQW4QrG5xX/note_content/note.html#資格所属別専任教員数?embed=true"
frameborder="0"
width="100%"
height="100%"
>
</iframe>




埋め込みコードを取得して、ダッシュボードのタブのURLに変更して、クラスと高さのパラメータを指定

<iframe
  style="--pc_width: 100%; --pc_height: 100dvh; --sp_width: 100%; --sp_height: 100dvh;"
  class="std-iframe"
  src="https://exploratory.io/dashboard/6678715061536728/FQW4QrG5xX/note_content/note.html#資格所属別専任教員数?embed=true"
  frameborder="0"
></iframe>