Blog
Git Operations in GitHub actions
Git commands, such as checkout, add, create a branch, make a pull request in Github actions.
February 19, 2025
Julia design patterns
Some notes of Tom Kwong’s book Hands on Design patterns in Julia.
February 19, 2025
Publish Julian Jupyter notebooks
This post will demonstrate my template repository about How to use Docker to build a Julian Jupyter notebooks runtime environment. How to use GitHub actions to execute notebooks in the docker container in parallel. How to use jupyter-book to publish notebooks automatically when changes are pushed to GitHub. Docker image as the runtime environment Create a Dockerfile for the runtime environment. The whole content is:
February 19, 2025
Ubuntu 24.04 NTFS mount error
Use the ntfs3-3g driver instead of the default ntfs3 driver.
September 3, 2024
Reload nvidia GPU driver
Reload nvidia GPU driver to fix “NVML: Driver/library version mismatch” error without rebooting. Source
August 7, 2024
GitHub Pages in GitHub actions
Publish your website to GitHub pages with GitHub actions (CI/CD).
April 25, 2024