Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.35 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.35 KB

pypam notebooks

Note

  • Under testing/tuning.

Binder

To run the notebooks on mybinder, please follow: For analysis notebook: Binder

For dimension reduction notebook: Binder

Colab

To run the notebooks in this repository in Google Colab, click on the colab link below: Note that you will need to have a Google account to run the notebooks in Colab.

Colab

Any jupyterhub environment (with the git plugin)

Once in the jupyterhub, go to Git > Clone a Repository There you can add this repository url: https://github.com/ioos/soundcoop The notebook will be downloaded for you on this space, and you are ready to go! Make sure you either first install all the dependencies from the repository, by either running the install cells of each notebook or by initially install all the required dependencies. This second option can be done with

poetry install

or

pip install -r requirements.txt