I'm trying to use hyperas (hyperparameter optimization for keras) in a Google Colab notebook, I've installed hyperas sucefully with:
!pip install hyperas
but there is a problem with the minimize function parameter notebook_name that is mandatory to set when you are using a notebook
This param has to be filled with the path of the notebook but in Colab I don't know how to get it