Skip to content

Instantly share code, notes, and snippets.

View jesshart's full-sized avatar
📈
Looking for opportunities to grow my Data Science experience.

Jesse Hartman jesshart

📈
Looking for opportunities to grow my Data Science experience.
View GitHub Profile
@jesshart
jesshart / hatch-party-tricks.md
Last active March 29, 2024 20:12
Hatch Party Tricks

Hatch Party Tricks

Setting Up

Add hatch autocomplete for oh-my-zsh

  1. Run this command
mkdir -p ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/hatch-zsh-completion && _HATCH_COMPLETE=zsh_source hatch > ${ZSH_CUSTOM}/plugins/hatch-zsh-completion/hatch-zsh-completion.plugin.zsh
  1. Add hatch-zsh-completion to your .zshrc file at plugins= like so
plugins=(git hatch-zsh-completion)
@jesshart
jesshart / latex-in-github.md
Last active March 13, 2023 12:05
LaTeX matrix in GitHub

This Does Not Work
$\begin{bmatrix}X\Y\end{bmatrix}$

This Does
See how using the math "language" for syntax renders what you want.

This is the code:

```math
\begin{bmatrix}X\\Y\end{bmatrix}
@jesshart
jesshart / coffee_data_logo.svg
Created April 20, 2020 14:53
Logo - Coffee Data
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.