Skip to content

Instantly share code, notes, and snippets.

View blakete's full-sized avatar
💭
Trying to be less wrong through the scientific method

Blake Edwards blakete

💭
Trying to be less wrong through the scientific method
View GitHub Profile
@blakete
blakete / numpy_to_latex_table.py
Last active April 30, 2025 19:38
Numpy Array to LaTeX Table
import numpy as np
import pandas as pd
def numpy_to_latex(
arr: np.ndarray,
columns=None,
index=False,
caption=None,
label=None,
float_format="%.3f",

Set Ubuntu Nightlight Mode To Always On With Constant Temperature

  1. Set automatic schedule to false
dconf write /org/gnome/settings-daemon/plugins/color/night-light-schedule-automatic false
  1. Set start time to midnight (0.0)