Is it possible to run robot framework test suite using azure data bricks notebook?. I have a set of robot framework test suite, that uses database library, Operating System library etc.
In my local machine, I install python, pip install all necessary libraries and then run my robot code like "Python -m robot filename.robot"
I want to do the same using azure notebooks, Is it possible?