How to find the version of my chromedriver?
This is the command to run to find out the version of your chrome driver
This is the command to run to find out the version of your chrome driver
https://echarts.apache.org/examples/en/editor.html?c=geo-beef-cuts
First you want to follow part 1 of this tutorial to get Django installed: https://help.pythonanywhere.com/pages/FollowingTheDjangoTutorial/ Half way through you’ll want to jump to: https://docs.djangoproject.com/en/4.1/intro/tutorial01/ which essentially tells you to run: Once this is done, you can either go to:
A neat tutorial on creating a timeline in Matplotlib https://coderzcolumn.com/tutorials/data-science/timeline-using-matplotlib
TL;DR; I plugged the fan hub into the CPU fan socket and plugged the CPU fan into the SYS_FAN1 socket. Then it worked. This is an old board so you’re gonna be wasting a lot of time. The SYS_FAN1 Th 970A-D3P has 4 pin on the CPU_Fan and Sys Fan 1 so it does support… Read More »
If you want to have an accordion feature to show extra data where you are displaying data from a database on an existing row, you need create set some extra attributes on the first row. One important attribute is data-target which needs to contain a dynamic value such as This then points to the second… Read More »
Python simple gallery is pretty neat but there is an issue when generating thumbnails if your photos are named a certain way. The filename is split at the first dot and then .jpg is added to the file name. My photos are named: 2023-09-24 19.00.43.jpg which means everything after the hour is truncated. ie the… Read More »
If you see the error and you are trying to use Simple Photo Gallery, try running: This is because there is a library dependency. For more details: https://stackoverflow.com/questions/76616042/attributeerror-module-pil-image-has-no-attribute-antialias
A really neat extension to make your HTML tables dynamic and interactive. https://datatables.net/examples/index An example of how to use it can be found here: