The standard list of Python packages that are available in Tinker SANE can be found here: https://gitlab.com/rsc-surf-nl/co-create-plugins/sane-tinker-python-packages/-/raw/main/requirements.txt

To replace this list of Python packages in the Tinker SANE environments you (as the data provider) need to follow the following steps:

  1. Go to the SURF Research Cloud portal and log in
  2. Click on the dropdown item Development in the menu bar and click Catalog items
  3. Search for the SANE Tinker application and click on Edit


  4. Continue the Editing wizard until you reach the Parameters step
  5. Go to the "REQ_URL" parameter and select Overwrite from the dropdown list
  6. Fill in a URL that leads to a requirements.txt file in the "New parameter value" field and press "Continue"


    Make sure that this leads to a text file and not a webpage to a Github repository for example! You can check this by going to the URL in your browser. Compare it with what you get when you go to the default requirements.txt file.
  7. Finalize the workspace wizard and let the researcher(s) in your CO know that the Python packages are available in the new Tinker SANE environments they create.
  • No labels