Fernanda Gomes
Fernanda Gomes
Since Python 3 doesn't allow `map` to be iterable, a workaround is to turn the outcome to a list in order to plot.
I want to download all siva files with "Jupyter Notebook" on PGA. To know how many they are, I ran: `$ pga list --lang "Jupyter Notebook" -f csv` After examining...
Signed-off-by: Fernanda Gomes This is the PR for the 4Q 2019 OKRs. I count with @eiso @vcoisne @smola to improve what's missing and also create the epics for the Initiatives....
Exchange order of Try and Except on export_traffic.py ``` try: if r_views["message"] == "Must have push access to repository": repos_noaccess.append(currentrepo) except: repos_ok.append(currentrepo) ``` and add an exception to an eventual...