Remove binder

This commit is contained in:
Francesc Verdugo 2023-08-25 22:45:28 +02:00
parent 81177c8cfc
commit b82c11d3a7
2 changed files with 3 additions and 9 deletions

View File

@ -15,10 +15,6 @@ EditURL = "https://github.com/fverdugo/XM_40017/blob/main/notebooks/SCRIPT_NAME.
<li> <li>
Download this notebook and run it locally on your machine [recommended]. Click <a href="https://www.francescverdugo.com/XM_40017/dev/SCRIPT_NAME.ipynb" download>here</a>. Download this notebook and run it locally on your machine [recommended]. Click <a href="https://www.francescverdugo.com/XM_40017/dev/SCRIPT_NAME.ipynb" download>here</a>.
</li> </li>
<li>
You can also run this notebook in the cloud using Binder. Click <a href="https://mybinder.org/v2/gh/fverdugo/XM_40017/gh-pages?filepath=dev/SCRIPT_NAME.ipynb">here</a>
.
</li>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -20,12 +20,10 @@ Further information about the course is found in the study guide
## How to use this page ## How to use this page
You have two main ways of running the notebooks: You have two main ways of studying the notebooks:
- Download the notebooks and run them locally on your computer (recommended) - Download the notebooks and run them locally on your computer (recommended). At each notebook page you will find a green box with links to download the notebook.
- Run the notebooks on the cloud via [mybinder.org](https://mybinder.org) (high startup time). - You also have the static version of the notebooks displayed in this webpage for quick reference.
You also have the static version of the notebooks displayed in this webpage for quick reference. At each notebook page you will find a green box with links to download the notebook or to open in on mybinder.
## How to run the notebooks locally ## How to run the notebooks locally