Skip to content

Instantly share code, notes, and snippets.

@zentralwerkstatt
zentralwerkstatt / instructions.md
Created October 29, 2020 09:43
Get contents of S3 bucket
@zentralwerkstatt
zentralwerkstatt / instructions.md
Last active December 15, 2020 13:20
Adapt KDE Plasma scaling to 4K monitor
@zentralwerkstatt
zentralwerkstatt / instructions.md
Last active October 3, 2022 08:58
Run Streamlit apps from within Google Colab
!pip install streamlit
!npm install localtunnel
!streamlit run http://app.py &>/dev/null&
!npx localtunnel --port 8501