I'm currently working on a project that runs fine on colab, but I would like to modify and run it on my local jupyterlab but there are some functions on that project that are specific to colab like files
and output
imported this way from google.colab import files
and from google.colab import output
.
I will appreciate if you have a way to go about solving this issue.