Jupyter Notebook - 程式碼單元魔法函式



在本章中,讓我們瞭解程式碼單元魔法函式及其功能。

%%html

此程式碼單元魔法函式將程式碼單元的內容呈現為 html 指令碼。

Html Script

%%js 或 %%javascript

您可以使用此程式碼單元魔法命令在 Jupyter Notebook 單元格中嵌入 javascript 程式碼。

Embedding JavaScript code

JavaScript Code Output

%%writefile

使用此命令將程式碼單元的內容寫入檔案。

Write File
廣告