I have a jupyter widget app written fully in google collab. I want to run the same program through jupyter notebook.
I tried downloading the collab notebook as .ipnyb and opening it through jupyter, but there are certain google collab specific functions such as files.upload(), mount drive, exportToDrive(). How to overcome this errors?