*** Important: If in Binder, this notebook will auto close if unused for 10 minutes. If that occurs reload from the initial url. ***
If running enterprise edition, feture key must be set as well
import os
import subprocess
import pprint
import time
features = """
COPY FEATURE FILE CONTENTS HERE
"""
if features.strip() == "" or features.strip() == "COPY FEATURE FILE CONTENTS HERE":
features_file = open("/etc/aerospike/features.conf", "w")
n = features_file.write(features)
features_file.close()
os.system("asd")