Skip to content

Commit

Permalink
fix: link type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zieka committed Jan 18, 2024
1 parent c6efc90 commit 9a2c92a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@
"from code_data_science import data_grid as moderne_data_grid\n",
"\n",
"column_types = {\n",
" \"Link\": moderne_data_grid.ColumnType.LINK,\n",
" \"Link\": \"link\",\n",
"}\n",
"\n",
"\n",
"moderne_data_grid.display(df, column_types)"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"from code_data_science import data_grid as moderne_data_grid\n",
"\n",
"column_types = {\n",
" \"Link\": moderne_data_grid.ColumnType.LINK,\n",
" \"Link\": \"link\",\n",
"}\n",
"\n",
"moderne_data_grid.display(df, column_types)"
Expand Down

0 comments on commit 9a2c92a

Please sign in to comment.