Skip to content

Instantly share code, notes, and snippets.

# 让jupyter notebook中的一个cell同时有多个输出
from IPython.core.interactiveshell import InteractiveShell
InteractiveShell.ast_node_interactivity = "all"
@hitxiang
hitxiang / kind-airflow-cluster.txt
Last active February 18, 2022 06:51
create airflow cluster at local
https://github.com/marclamberti/webinar-airflow-chart/blob/master/values.yaml
# create local k8s cluster
kind create cluster --name airflow-cluster --config kind-cluster.yaml
kubectl cluster-info
kubect get nodes -o wide
[profile xx-dev]
region = ap-northeast-1
aws_mfa_serial = arn:aws:iam::{master-aws-id}:mfa/zack_xxx
role_arn = arn:aws:iam::{dev-aws-id}:role/environment-admin
source_profile = default
export AWS_PROFILE=xx-dev