Skip to content

Instantly share code, notes, and snippets.

View remcoeijsackers's full-sized avatar
:octocat:

Remco Eijsackers remcoeijsackers

:octocat:
View GitHub Profile
@AlexanderWillner
AlexanderWillner / runMojaveVirtualbox.sh
Last active January 8, 2020 03:22
Install macOS 10.14 Mojave on VirtualBox on macOS
Moved to https://github.com/AlexanderWillner/runMacOSinVirtualBox
# See official docs at https://dash.plotly.com
# pip install dash pandas
from dash import Dash, dcc, html, Input, Output
import plotly.express as px
import pandas as pd
df = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/gapminderDataFiveYear.csv')