自定義媒體型別(MIME 型別)#

什麼是媒體型別?#

當發生網際網路請求和響應時,會傳遞一個 Content-Type 標頭。媒體型別,也稱為 MIME 型別,根據型別標識返回的內容應如何由應用程式和瀏覽器處理或使用。MIME 型別由 MIME (即 application、image、audio 等)和 MIME 子型別組成。例如,MIME 型別是 image/png,其中 MIME image子型別png

由於型別可能包含特定於供應商的專案,因此可以使用自定義的特定於供應商的 MIME 型別 vnd。特定於供應商的 MIME 型別將包含 vnd,例如 application/vnd.jupyter.cells

Jupyter 和 IPython 專案中使用的自定義媒體型別#

  • application/vnd.jupyter

  • application/vnd.jupyter.cells

  • nbdime 使用的 application/vnd.jupyter.dragindex

  • 用於筆記本的 application/x-ipynb+json

  • text/html

    • 元資料

      • isolated: boolean – HTML 應在 <iframe> 內渲染。

用於顯示的自定義媒體型別列表#