Skip to content

Commit

Permalink
add document metadata element to ipynb template (for F#)
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 20, 2025
1 parent ba23a52 commit 532f758
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/_template.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"cells": [],
"metadata": {
"dotnet_interactive": {
"language": "F#"
},
"kernelspec": {
"display_name": ".NET (F#)",
"language": "F#",
"name": ".net-fsharp"
},
"language_info": {
"file_extension": ".fs",
"mimetype": "text/x-fsharp",
"name": "F#",
"pygments_lexer": "fsharp",
"version": "6.0"
},
"polyglot_notebook": {
"kernelInfo": {
"defaultKernelName": "fsharp",
"items": [
{
"aliases": [],
"languageName": "F#",
"name": "fsharp"
}
]
}
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit 532f758

Please sign in to comment.