From fe4d4edc59144679dc3260dbe7d45346879e8f83 Mon Sep 17 00:00:00 2001 From: Guillaume Therin <82407580+gtherin@users.noreply.github.com> Date: Thu, 26 Sep 2024 09:50:20 +0200 Subject: [PATCH] Add examples links --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5d5ffb7..e0faea6 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,20 @@ César Godinho\ LIBPhys / NOVA University of Lisbon\ email: c.godinho AT campus.fct.unl.pt + +### Examples +> 🌈Simple Analysis: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/martinit18/nested_fit/blob/master/examples/jupyter_notebooks/simple_analysis_visu.ipynb) +[![Open in AWS Studio](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/martinit18/nested_fit/blob/master/examples/jupyter_notebooks/simple_analysis_visu.ipynb) +[![Open In Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://github.com/martinit18/nested_fit/blob/master/examples/jupyter_notebooks/simple_analysis_visu.ipynb) +[![Open in Visual Studio Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio&labelColor=2c2c32&color=007acc&logoColor=007acc)](https://vscode.dev/github/martinit18/nested_fit/blob/master/examples/jupyter_notebooks/simple_analysis_visu.ipynb) + +> 🐼Extended Analysis: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/martinit18/nested_fit/blob/master/examples/jupyter_notebooks/pandas_extended_analysis.ipynb) +[![Open in AWS Studio](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/martinit18/nested_fit/blob/master/examples/jupyter_notebooks/pandas_extended_analysis.ipynb) +[![Open In Kaggle](https://kaggle.com/static/images/open-in-kaggle.svg)](https://kaggle.com/kernels/welcome?src=https://github.com/martinit18/nested_fit/blob/master/examples/jupyter_notebooks/pandas_extended_analysis.ipynb) +[![Open in Visual Studio Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio&labelColor=2c2c32&color=007acc&logoColor=007acc)](https://vscode.dev/github/martinit18/nested_fit/blob/master/examples/jupyter_notebooks/pandas_extended_analysis.ipynb) + + + ## Installation instructions ## If you have to install everything from scratch, please refer to the file *STEPBYSTEP_INSTALL.md*