Daniel Orlando Ortiz Pacheco
Results
2
issues of
Daniel Orlando Ortiz Pacheco
I had some problems with the docstrings. I solve two of them :). And the other I comment it at the end, maybe, you haven't noticed it or maybe you...
In google colab I am creating a new python virtualenv with the following settings ```python !pip install virtualenv !virtualenv myenv !wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh !chmod +x Miniconda3-latest-Linux-x86_64.sh !./Miniconda3-latest-Linux-x86_64.sh -b -f -p /usr/local...