{ "cells": [ { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "# 同一笔记中使用多语言" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "## C# 例子" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "dotnet_interactive": { "language": "csharp" }, "polyglot_notebook": { "kernelName": "csharp" }, "vscode": { "languageId": "polyglot-notebook" } }, "outputs": [], "source": [ "var student = new {Id=1, Name=\"张三\",Age=18};\n", "student.Display();" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "## F# 例子" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "dotnet_interactive": { "language": "fsharp" }, "polyglot_notebook": { "kernelName": "fsharp" }, "vscode": { "languageId": "polyglot-notebook" } }, "outputs": [], "source": [ "printfn \"Hello World from F#\"" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "## Powershell 例子" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "dotnet_interactive": { "language": "pwsh" }, "polyglot_notebook": { "kernelName": "pwsh" }, "vscode": { "languageId": "polyglot-notebook" } }, "outputs": [], "source": [ "#! powershell\n", "Write-Host \"hellow powershell\"" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "## 使用 html" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "## 使用 JavaScript" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "## 使用 SQL" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "## 使用 KQL" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "## 使用 mermaind" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "## 使用 Raw Value Storage" ] }, { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "\n", "## 使用 Rarzor" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "dotnet_interactive": { "language": "value" }, "polyglot_notebook": { "kernelName": "value" }, "vscode": { "languageId": "polyglot-notebook" } }, "outputs": [], "source": [] } ], "metadata": { "language_info": { "name": "python" }, "orig_nbformat": 4 }, "nbformat": 4, "nbformat_minor": 2 }