This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 让jupyter notebook中的一个cell同时有多个输出 | |
| from IPython.core.interactiveshell import InteractiveShell | |
| InteractiveShell.ast_node_interactivity = "all" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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 |
OlderNewer