Skip to content

Commit

Permalink
fixed large images in github notebook version
Browse files Browse the repository at this point in the history
  • Loading branch information
GokuMohandas committed Oct 3, 2019
1 parent 3e0bf07 commit 5e3720e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Binary file added images/bulb.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/colab.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/practicalai_header_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/practicalai_logo.png
Binary file not shown.
Binary file added images/practicalai_small_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/twitter.gif
Binary file not shown.
10 changes: 5 additions & 5 deletions notebooks/00_Notebooks.ipynb
Expand Up @@ -21,7 +21,8 @@
"colab_type": "text"
},
"source": [
"<a href=\"https://github.com/practicalai/practicalai\"><img height=\"80\" src=\"https://raw.githubusercontent.com/practicalAI/practicalAI/master/images/practicalai_logo.png\" align=\"left\" hspace=\"20px\" vspace=\"5px\"></a>\n",
"<a href=\"https://practicalai.me\"><img src=\"https://raw.githubusercontent.com/practicalAI/practicalAI/master/images/practicalai_header_logo.png\" align=\"left\" hspace=\"20px\" vspace=\"5px\"></a>\n",
"\n",
"<img src=\"https://raw.githubusercontent.com/practicalAI/practicalAI/master/images/colab.png\" width=170 align=\"right\">\n",
"\n",
"<h1>Notebook Basics</h1>\n",
Expand All @@ -38,7 +39,7 @@
"source": [
"<table align=\"left\">\n",
" <td>\n",
" <img src=\"https://raw.githubusercontent.com/practicalAI/practicalAI/master/images/practicalai_logo.png\" height=\"20\">\n",
" <img src=\"https://raw.githubusercontent.com/practicalAI/practicalAI/master/images/practicalai_small_logo.png\">\n",
" <a target=\"_blank\" href=\"https://practicalai.me\">View on practicalAI</a>\n",
" </td>\n",
" <td>\n",
Expand Down Expand Up @@ -260,10 +261,9 @@
"source": [
"---\n",
"<br>\n",
"<img height=\"25\" src=\"https://raw.githubusercontent.com/practicalAI/practicalAI/master/images/twitter.gif\" align=\"left\" vspace=\"17px\" hspace=\"17px\">\n",
"\n",
"Subscribe to our [newsletter](https://practicalai.me/#newsletter) and follow us on social media to get the latest updates! <br><div><a class=\"ai-header-badge\" target=\"_blank\" href=\"https://github.com/practicalAI/practicalAI\">\n",
" <img src=\"https://img.shields.io/github/stars/practicalAI/practicalAI.svg?style=social&label=Star\">\n",
"Subscribe to our [newsletter](https://practicalai.me/#newsletter) and follow us on social media to get the latest updates! <br><div><a class=\"ai-header-badge\" target=\"_blank\" href=\"https://github.com/GokuMohandas/practicalAI\">\n",
" <img src=\"https://img.shields.io/github/stars/GokuMohandas/practicalAI.svg?style=social&label=Star\">\n",
" </a>&nbsp;\n",
" <a class=\"ai-header-badge\" target=\"_blank\" href=\"https://www.youtube.com/channel/UCgW4K2UDK21kHIzxpjNos7Q\">\n",
" <img src=\"https://img.shields.io/badge/style--5eba00.svg?label=Subscribe&logo=youtube&style=social\">\n",
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Expand Up @@ -5,13 +5,13 @@ matplotlib==2.1.2
nltk==3.4.5
numpy==1.14.6
pandas==0.22.0
requests==2.20.0
requests==2.22.0
scikit-learn==0.20.1
scipy==1.1.0
seaborn==0.7.1
six==1.11.0
sklearn==0.0
tensorflow==2.0.0
tqdm==4.28.1
urllib3==1.24.2
Werkzeug==0.15.3
urllib3==1.25.6
Werkzeug==0.16.0

0 comments on commit 5e3720e

Please sign in to comment.