Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Feb 28, 2023
1 parent 9824b13 commit 25eef8e
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions jupyterlab_templates/NewEmptyBookWithHead.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,25 @@
"source": [
"<!--\n",
"模板使用方法:将此代码块转为Markdown块然后点击左侧三角渲染(依赖 jupyter-wysiwyg )\n",
"模板参数说明:将超链一和超链接二的路径替换即可\n",
"模板参数说明:将超链接的路径替换即可\n",
"@hyperlink_1: href=\"https://github.com/{组织或用户}/{仓库}/blob/{分支}/{目录和文件名组成的路径}\"\n",
"@hyperlink_2: href=\"https://mybinder.org/v2/gh/{组织或用户}/{仓库}/{分支}?filepath={目录和文件名组成的路径}\"\n",
"@hyperlink_3: href=\"https://nbviewer.org/github/{组织或用户}/{仓库}/blob/{分支}/{目录和文件名组成的路径}\"\n",
"示例:\n",
"hyperlink_1 = https://github.com/Soltus/jlab-study-2023/blob/main/templates/jupyterlab_templates/NewEmptyBookWithHead.ipynb\n",
"hyperlink_2 = https://mybinder.org/v2/gh/Soltus/jlab-study-2023/main?filepath=/templates/jupyterlab_templates/NewEmptyBookWithHead.ipynb\n",
"hyperlink_3 = https://nbviewer.org/github/Hi-Windom/templates-ipynb/blob/main/jupyterlab_templates/NewEmptyBookWithHead.ipynb\n",
"注意事项:在 <p>...</p> 中添加注释或者空行等行为会破坏渲染效果\n",
"-->\n",
"\n",
"<!-- start of template header -->\n",
"<p>\n",
"<div style=\"display:flex\">\n",
"<a alt=\"超链接一\" href=\"https://github.com/Soltus/jlab-study-2023/blob/main/templates/jupyterlab_templates/NewEmptyBookWithHead.ipynb\" target=\"_blank\"><img src=\"https://img.shields.io/badge/File-blue?logo=github\" title=\"在Github查看当前文件\" style=\"height: 38px\"/></a>\n",
"<a alt=\"hyperlink_1\" title=\"在Github查看当前文件\" href=\"\" target=\"_blank\"><img src=\"https://img.shields.io/badge/File-blue?logo=github\" style=\"height: 38px\"/></a>\n",
"<span style=\"width:5.8px\"></span>\n",
"<a alt=\"超链接二\" href=\"https://mybinder.org/v2/gh/Soltus/jlab-study-2023/main?filepath=/templates/jupyterlab_templates/NewEmptyBookWithHead.ipynb\" target=\"_blank\"><img src=\"https://mybinder.org/badge_logo.svg\" title=\"在Binder体验当前文件\" style=\"height: 38px\"/></a>\n",
"<a alt=\"hyperlink_2\" title=\"在Binder体验当前文件\" href=\"\" target=\"_blank\"><img src=\"https://mybinder.org/badge_logo.svg\" style=\"height: 38px\"/></a>\n",
"<span style=\"width:5.8px\"></span>\n",
"<a alt=\"超链接三\" href=\"tencent://AddContact/?fromId=45&fromSubId=1&subcmd=all&uin=694357845&website=www.oicqzone.com\" target=\"_blank\"><img title=\"添加QQ好友\" src=\"https://img.shields.io/badge/QQ-694357845-blue?logo=Tencent QQ\" style=\"height: 38px\"/></a>\n",
"<a alt=\"hyperlink_3\" title=\"在nbviewer查看当前文件\" href=\"\" target=\"_blank\" style=\"height: 38px\"/></a>\n",
"</div>\n",
"</p>\n",
"\n",
Expand Down Expand Up @@ -83,7 +90,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -97,7 +104,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
"version": "3.9.13"
},
"vscode": {
"interpreter": {
"hash": "11938c6bc6919ae2720b4d5011047913343b08a43b18698fd82dedb0d4417594"
}
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down

0 comments on commit 25eef8e

Please sign in to comment.