Update "Open in Colab" button in notebooks (#5452)

* Update open in colab button from HTML-style hyperlinks to markdown image with link for notebooks in readthedocs folder

* Update "Open in Colab" button for notebooks under python folder with markdown image with link
This commit is contained in:
Yuwen Hu 2022-08-18 14:55:20 +08:00 committed by GitHub
parent e62b8d1fc5
commit cc540d0c34
3 changed files with 5 additions and 7 deletions

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,7 @@
"id": "yzsDlbsUBsuF" "id": "yzsDlbsUBsuF"
}, },
"source": [ "source": [
"<a href=\"https://colab.research.google.com/github/intel-analytics/BigDL/blob/main/python/nano/notebooks/hpo/custom.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/intel-analytics/BigDL/blob/main/python/nano/notebooks/hpo/custom.ipynb)"
] ]
}, },
{ {

View file

@ -6,7 +6,7 @@
"id": "pDIKqAcwmexW" "id": "pDIKqAcwmexW"
}, },
"source": [ "source": [
"<a href=\"https://colab.research.google.com/github/intel-analytics/BigDL/blob/main/python/nano/notebooks/hpo/seq_and_func.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/intel-analytics/BigDL/blob/main/python/nano/notebooks/hpo/seq_and_func.ipynb)"
] ]
}, },
{ {