Skip to content

Instantly share code, notes, and snippets.

@FH-Inway
Created June 23, 2024 12:00
Show Gist options
  • Save FH-Inway/0e87b92e167b319d1225d1139f54431b to your computer and use it in GitHub Desktop.
Save FH-Inway/0e87b92e167b319d1225d1139f54431b to your computer and use it in GitHub Desktop.
New notebook with valid first F# code cell and invalid second cell
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"dotnet_interactive": {
"language": "csharp"
},
"polyglot_notebook": {
"kernelName": "csharp"
}
},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": ".NET (F#)",
"language": "F#",
"name": ".net-fsharp"
},
"polyglot_notebook": {
"kernelInfo": {
"defaultKernelName": "fsharp",
"items": [
{
"aliases": [],
"languageName": "fsharp",
"name": "fsharp"
}
]
}
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment