-
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
The following lectures have issues with the Colab
and PDF Button
- https://python-advanced.quantecon.org/additive_functionals.html
- https://python-advanced.quantecon.org/amss.html
- https://python-advanced.quantecon.org/amss2.html
- https://python-advanced.quantecon.org/amss3.html
- https://python-advanced.quantecon.org/chang_credible.html
All other lectures have working buttons .
The html
appears to be the same in these lectures as other lectures.
Issue are with
<li class="settings-button" id="settingsButton" aria-expanded="false"><div data-tippy-content="Launch Notebook"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-play-circle"><circle cx="12" cy="12" r="10"></circle><polygon points="10 8 16 12 10 16 10 8"></polygon></svg></div></li>
and
<li class="download-pdf" id="downloadButton" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file"><path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline></svg></li>
Copilot