Skip to content

Commit cbe98c0

Browse files
committed
Added a cell showing competitor features
1 parent 8b500f5 commit cbe98c0

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

pandas-example.ipynb

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,40 @@
280280
"source": [
281281
"A - A[0]"
282282
]
283+
},
284+
{
285+
"cell_type": "markdown",
286+
"metadata": {},
287+
"source": [
288+
"### GitNotebooks v1 Features\n",
289+
"\n",
290+
"<table>\n",
291+
" <thead><tr><th>Feature</th><th>Supported</th></tr></thead>\n",
292+
" <tbody>\n",
293+
" <tr>\n",
294+
" <td>Visual notebook diffs</td>\n",
295+
" <td>✓</td>\n",
296+
" </tr>\n",
297+
" <tr>\n",
298+
" <td>Line comments</td>\n",
299+
" <td>✗</td>\n",
300+
" </tr>\n",
301+
" <tr>\n",
302+
" <td>Markdown comment</td>\n",
303+
" <td>✗</td>\n",
304+
" </tr>\n",
305+
" <tr>\n",
306+
" <td>Dataframe diffing</td>\n",
307+
" <td>✗</td>\n",
308+
" </tr>\n",
309+
" </tbody>\n",
310+
"</table>"
311+
]
312+
},
313+
{
314+
"cell_type": "markdown",
315+
"metadata": {},
316+
"source": []
283317
}
284318
],
285319
"metadata": {

0 commit comments

Comments
 (0)