Skip to content

Commit 0926468

Browse files
committed
Link SMStudio lab to getting started page
1 parent 6b7b322 commit 0926468

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

static/build_html.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ done
2020

2121
# Add SageMaker Studio Lab buttons
2222
for f in _build/html/chapter*/*.html; do
23-
sed -i s/Open\ the\ notebook\ in\ Colab\<\\\/div\>\<\\\/div\>\<\\\/div\>\<\\\/h1\>/Open\ the\ notebook\ in\ Colab\<\\\/div\>\<\\\/div\>\<\\\/div\>\<a\ href=\"https:\\\/\\\/studiolab.sagemaker.aws\"\ onclick=\"captureOutboundLink\\\(\'https\:\\\/\\\/studiolab.sagemaker.aws\'\\\)\;\ return\ false\;\"\>\ \<button\ style=\"float\:right\",\ id=\"SageMaker\_Studio\_Lab\"\ class=\"mdl-button\ mdl-js-button\ mdl-button--primary\ mdl-js-ripple-effect\"\>\ \<i\ class=\"\ fas\ fa-external-link-alt\"\>\<\\\/i\>\ SageMaker\ Studio\ Lab\ \<\\\/button\>\<\\\/a\>\<div\ class=\"mdl-tooltip\"\ data-mdl-for=\"SageMaker\_Studio\_Lab\"\>\ Open\ the\ notebook\ in\ SageMaker\ Studio\ Lab\<\\\/div\>\<\\\/h1\>/g $f
23+
sed -i s/Open\ the\ notebook\ in\ Colab\<\\\/div\>\<\\\/div\>\<\\\/div\>\<\\\/h1\>/Open\ the\ notebook\ in\ Colab\<\\\/div\>\<\\\/div\>\<\\\/div\>\<a\ href=\"https:\\\/\\\/studiolab.sagemaker.aws\\\/import\\\/github\\\/d2l-ai\\\/d2l-pytorch-sagemaker-studio-lab\\\/blob\\\/main\\\/GettingStarted-D2L.ipynb\"\ onclick=\"captureOutboundLink\\\(\'https\:\\\/\\\/studiolab.sagemaker.aws\\\/import\\\/github\\\/d2l-ai\\\/d2l-pytorch-sagemaker-studio-lab\\\/blob\\\/main\\\/GettingStarted-D2L.ipynb\'\\\)\;\ return\ false\;\"\>\ \<button\ style=\"float\:right\",\ id=\"SageMaker\_Studio\_Lab\"\ class=\"mdl-button\ mdl-js-button\ mdl-button--primary\ mdl-js-ripple-effect\"\>\ \<i\ class=\"\ fas\ fa-external-link-alt\"\>\<\\\/i\>\ SageMaker\ Studio\ Lab\ \<\\\/button\>\<\\\/a\>\<div\ class=\"mdl-tooltip\"\ data-mdl-for=\"SageMaker\_Studio\_Lab\"\>\ Open\ the\ notebook\ in\ SageMaker\ Studio\ Lab\<\\\/div\>\<\\\/h1\>/g $f
2424
done
2525

static/frontpage/frontpage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h2>Dive into Deep Learning</h2>
194194
<h3>Announcements</h3>
195195
<div align="left">
196196
<ul>
197-
<li> [Dec 2021] We added a new option to <a href="#jupyter">run this book</a> for free: check out <a href="https://studiolab.sagemaker.aws/">SageMaker Studio Lab</a>.
197+
<li> [Dec 2021] We added a new option to <a href="#jupyter">run this book</a> for free: check out <a href="https://studiolab.sagemaker.aws/import/github/d2l-ai/d2l-pytorch-sagemaker-studio-lab/blob/main/GettingStarted-D2L.ipynb">SageMaker Studio Lab</a>.
198198
</li>
199199
<li> [Jul 2021] We have improved the content and added TensorFlow implementations up to Chapter 11.
200200
To keep track of the latest updates, just follow D2L's <a href="https://github.com/d2l-ai/d2l-en">open-source project</a>.
@@ -331,7 +331,7 @@ <h2>Each section is an executable Jupyter notebook</h2>
331331
<p>Run<br>locally</p>
332332
</div>
333333
<div class="running-item">
334-
<a href="https://studiolab.sagemaker.aws/">
334+
<a href="https://studiolab.sagemaker.aws/import/github/d2l-ai/d2l-pytorch-sagemaker-studio-lab/blob/main/GettingStarted-D2L.ipynb">
335335
<img src="./_images/logos/sagemaker-studio-lab.png"/>
336336
<p>Amazon SageMaker<br>Studio Lab</p>
337337
</a>

0 commit comments

Comments
 (0)