minor stuff

This commit is contained in:
eneller
2023-09-19 18:02:19 +02:00
parent 3d8be002e3
commit 334947e610
2 changed files with 6 additions and 6 deletions

5
logseq-folders.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
eza --only-dirs | while read -r line; do
mv $line* "$line/"
done

View File

@@ -1,12 +1,7 @@
#!/usr/bin/env python
# coding: utf-8
import pandas as pd
import numpy as np
import seaborn as sns
import matplotlib.pyplot as plt
target_lp = 90
data = pd.read_csv('./noten.csv')