Skip to content

Instantly share code, notes, and snippets.

View mlisovyi's full-sized avatar
🏠
Working from home

Mischa Lisovyi mlisovyi

🏠
Working from home
View GitHub Profile
@philippschw
philippschw / Dash_download_csv_and_excel.py
Last active October 27, 2020 01:56
Create file dynamically and let the user download it as csv or excel
import dash
from dash.dependencies import Input, Output
import dash_core_components as dcc
import dash_html_components as html
import pandas as pd
import urllib
import io
import flask