Skip to content

Commit

Permalink
modernize doc metadata for ipynb fix #42
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 20, 2025
1 parent 532f758 commit 494d8a2
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/_template.ipynb
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"cells": [],
"metadata": {
"dotnet_interactive": {
"language": "F#"
},
"kernelspec": {
"display_name": ".NET (F#)",
"language": "F#",
Expand All @@ -12,17 +9,16 @@
"language_info": {
"file_extension": ".fs",
"mimetype": "text/x-fsharp",
"name": "F#",
"pygments_lexer": "fsharp",
"version": "6.0"
"name": "polyglot-notebook",
"pygments_lexer": "fsharp"
},
"polyglot_notebook": {
"kernelInfo": {
"defaultKernelName": "fsharp",
"items": [
{
"aliases": [],
"languageName": "F#",
"languageName": "fsharp",
"name": "fsharp"
}
]
Expand All @@ -31,4 +27,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 494d8a2

Please sign in to comment.