Skip to main content

Custom scripts in google colab

  • April 26, 2024
  • 2 replies
  • 162 views

How can we run custom scripts in google colab? Any example or code which can help me understand this.

2 replies

Hi.

As far as I can tell, Google Colab uses or can work with jupyter notebooks (using python). So, it should be pretty easy to use sentinelhub.py and eolearn libraries.

We have a collection of notebooks on Github, some are more basic and others are more complex.

  • This one contains the simple request with sentinelhub.py and also showcases more complex things with added explanation.
  • This one doesn’t use sentinelhub.py or eolearn libraries, but requires more manual work if you want to do more complex things.

Hope this helps.
Cheers.


I will look into this.
Thanks for your reply