notebook for googlecolab not working
-
google colab will not install the package.
seems to be a SSH issue on the github side. -
@alfredaita Hi, thanks for the report.
Please change the following line in the first cell of the notebook:
! pip install git+git://github.com/quantiacs/toolbox.git
with:
! pip install git+https://github.com/quantiacs/toolbox.git
and it will work
-
@support Thanks seems fine