David Doblas Jiménez
David Doblas Jiménez
As you suggested on #157, this PR gives an alternative solution for exercise 4
One could use simply `nbytes` to get an alternative solution to question 4. ``` >>> Z = np.zeros((10,10)) >>> print(f"{Z.nbytes} bytes") 800 bytes ```
When executing the last cell of the "Plot 1: Symmetric violin plots and annotations" section, the notebook throws the following error: ``` MethodError: no method matching Shape(::Vector{Any}, ::Vector{Any}) Closest candidates...
As many, I had problems when upgrading from 2.3.8 to 2.4.1. After doing the migration manually with the following command: `$ docker exec -t NAME_OR_ID_OF_YOUR_WALLABAG_CONTAINER /var/www/wallabag/bin/console doctrine:migrations:migrate --env=prod --no-interaction` I...
**Describe the bug** When changing from intel to nvidia, after I log in, the desktop crashes. For one second I can see the desktop, but suddenly everything goes black. I...
Hi @reuven , very nice book, I'm really enjoying doing the "beyond the exercises". When you asked for writing the "enumerate" class passing an optional argument, did you mean to...
**Describe the bug** Tried to use the example code, but I'm not sure if the flags are properly set **To Reproduce**  **Expected behavior** Something similar to this  But...
In the coronavirus.py, I included the appropriate functions to retrieve the data from the spanish official source ([https://covid19.isciii.es/](url)). As discussed, we're assuming that, since 15/04/2020, new cases are the sum...
Launching the app with the appimage and getting the message that "Seafile closes unexpectedly" `david@minipc:~/Descargas$ ./Seafile-x86_64-9.0.11.AppImage QSocketNotifier: Can only be used with threads started with QThread Warning: Ignoring XDG_SESSION_TYPE=wayland on...