def _get_config()

in sage_maker_magic/sage_maker_kernel/kernelmagics.py [0:0]


    def _get_config(self):
        default_config_path = os.environ.get('DEFAULT_SM_CONFIG_PATH')
        return ConfigFactory.parse_file(default_config_path)