Skip to content

Commit

Permalink
fix(generate_yaml): add custom mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
zieka committed Aug 7, 2024
1 parent e4b02ba commit de23dbb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 283 deletions.
7 changes: 1 addition & 6 deletions moderne_visualizations_misc/find_methods_ai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,7 @@
"\n",
"methodPatterns = df.drop_duplicates(subset=[\"methodPattern\"])[\"methodPattern\"]\n",
"\n",
"df = df.rename(\n",
" columns={\n",
" \"methodPatterns\": \"Method pattern\",\n",
" \"method\": \"Example\"\n",
" }\n",
")\n",
"df = df.rename(columns={\"methodPatterns\": \"Method pattern\", \"method\": \"Example\"})\n",
"\n",
"moderne_data_grid.display(df)"
]
Expand Down
Loading

0 comments on commit de23dbb

Please sign in to comment.