Skip to content

Commit

Permalink
fix: add new image format for logo in generate_readme.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr authored Nov 22, 2023
1 parent a2fb5ab commit b5098ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_readme.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
"def create_image_cell(image_name, logos, characters, active_branch):\n",
" img_url = f\"https://raw.githubusercontent.com/jupyter-naas/awesome-notebooks/{active_branch}/.github/assets/logos/Naas.png\"\n",
" img_md = f'<img width=\"8%\" alt=\"Naas\" src=\"{img_url}\" style=\"border-radius: 15%\">'\n",
" for x in ['.png', \".jpg\"]:\n",
" for x in ['.png', \".jpg\", \".jpeg\"]:\n",
" image = image_name + x\n",
" image_quote = urllib.parse.quote(image)\n",
" if image in logos:\n",
Expand Down

0 comments on commit b5098ad

Please sign in to comment.