sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
d3js: Create an HTML table using d3.js and JSON
| import streamlit as st | |
| import pandas as pd | |
| # Load some example data. | |
| DATA_URL = \ | |
| "http://s3-us-west-2.amazonaws.com/streamlit-demo-data/uber-raw-data-sep14.csv.gz" | |
| data = st.cache(pd.read_csv)(DATA_URL, nrows=1000) | |
| # Select some rows using st.multiselect. This will break down when you have >1000 rows. | |
| st.write('### Full Dataset', data) |
In your command-line run the following commands:
brew doctorbrew updateIn your command-line run the following commands:
brew doctorbrew updatePicking the right architecture = Picking the right battles + Managing trade-offs
| # Initialize git and git-annex | |
| $ mkdir annex-gcs-test | |
| $ cd annex-gcs-test/ | |
| $ git init | |
| Initialized empty Git repository in /Users/jterrace/annex-gcs-test/.git/ | |
| $ git annex init "my machine" | |
| init my machine ok | |
| (Recording state in git...) | |
| # Set up AWS credentials |