Installera pip-modul i conda-env
https://stackoverflow.com/questions/41060382/using-pip-to-install-packages-to-anaconda-environment
dir() ger attribut för ett objekt https://docs.python.org/3/library/functions.html#dir
Shift-TAB ger argument
Shift-TAB x 2 ger dokumentation
Shift-TAB x 3 ger pop-up
? före ett kommando ger dokumentation ?? ger källkoden
Generera och ladda ner filer
SUBM = f'{PATH}/subm/'
os.makedirs(SUBM, exist_ok=True)
df.to_csv(f'{SUBM}subm.gz', compression='gzip', index=False)
FileLink(f'{SUBM}subm.gz')
Lägger det här i brist på bättre...
En image im jämfört med en "mini-batch" av en images: im[none] (i numpy)
Caffeinate för att hålla liv i datorn: https://ss64.com/osx/caffeinate.html
Comments
You can follow this conversation by subscribing to the comment feed for this post.