Skip to content

Commit 73900a6

Browse files
committed
using bold
1 parent 3114867 commit 73900a6

File tree

1 file changed

+29
-9
lines changed

1 file changed

+29
-9
lines changed

docs/r0b0t.ipynb

+29-9
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
{
3131
"cell_type": "code",
32-
"execution_count": 20,
32+
"execution_count": 6,
3333
"metadata": {
3434
"dotnet_interactive": {
3535
"language": "fsharp"
@@ -76,7 +76,7 @@
7676
},
7777
{
7878
"cell_type": "code",
79-
"execution_count": null,
79+
"execution_count": 7,
8080
"metadata": {
8181
"dotnet_interactive": {
8282
"language": "fsharp"
@@ -88,7 +88,17 @@
8888
"languageId": "polyglot-notebook"
8989
}
9090
},
91-
"outputs": [],
91+
"outputs": [
92+
{
93+
"data": {
94+
"text/html": [
95+
"<div><div></div><div></div><div><strong>Installed Packages</strong><ul><li><span>FSharp.Control.AsyncSeq, 3.2.1</span></li></ul></div></div>"
96+
]
97+
},
98+
"metadata": {},
99+
"output_type": "display_data"
100+
}
101+
],
92102
"source": [
93103
"#r \"nuget: FSharp.Control.AsyncSeq\"\n",
94104
"\n",
@@ -129,7 +139,7 @@
129139
},
130140
{
131141
"cell_type": "code",
132-
"execution_count": 22,
142+
"execution_count": 8,
133143
"metadata": {
134144
"dotnet_interactive": {
135145
"language": "fsharp"
@@ -150,12 +160,12 @@
150160
"cell_type": "markdown",
151161
"metadata": {},
152162
"source": [
153-
"## Implementing `GetProvider`"
163+
"## Implementing **GetProvider**"
154164
]
155165
},
156166
{
157167
"cell_type": "code",
158-
"execution_count": 23,
168+
"execution_count": 9,
159169
"metadata": {
160170
"dotnet_interactive": {
161171
"language": "fsharp"
@@ -210,12 +220,12 @@
210220
"cell_type": "markdown",
211221
"metadata": {},
212222
"source": [
213-
"## Implementing `StopInsert`"
223+
"## Implementing **StopInsert**"
214224
]
215225
},
216226
{
217227
"cell_type": "code",
218-
"execution_count": null,
228+
"execution_count": 10,
219229
"metadata": {
220230
"dotnet_interactive": {
221231
"language": "fsharp"
@@ -227,7 +237,17 @@
227237
"languageId": "polyglot-notebook"
228238
}
229239
},
230-
"outputs": [],
240+
"outputs": [
241+
{
242+
"data": {
243+
"text/html": [
244+
"<div><div></div><div></div><div><strong>Installed Packages</strong><ul><li><span>GtkSharp, 3.24.24.95</span></li></ul></div></div>"
245+
]
246+
},
247+
"metadata": {},
248+
"output_type": "display_data"
249+
}
250+
],
231251
"source": [
232252
"#r \"nuget:GtkSharp, 3.24.24.95\"\n",
233253
"open Gtk\n",

0 commit comments

Comments
 (0)