I recently installed Anaconda 3 with Python 3.6.8. Calling matplotlib.pylot
raises the error
This application failed to start because it could not find or load the Qt platform plugin "windows" in ""
Reinstalling the application may fix this problem.
I want to insert an image in a blog post in a way that is consistent when viewing it locally and after pushing it to GitHub. This means I cannot use absolute path. Also, I do not want to use another online drive to store my pictures. This means I cannot use an url of the image. That leaves me with using relative path.
I was updating my backup drive and needed to delete some huge folders on that drive. Deleting large folders in Windows explorer could take quite a while because Windows would first calculate the folder’s size, which is time-consuming. Therefore, it would be great to know how to quickly delete huge folders on Windows.
I wanted to set up a technical blog free of charge. A quick search on the world wide web shows that building technical blog using GitHub Pages seems to be a popular option. This post demonstrates how this blog site was built on Windows using GitHub Pages, Jekyll, and Gitalk.