diff --git a/docs/examples/operate_aurora.ipynb b/docs/examples/operate_aurora.ipynb index 4222f3bf..7ed7727c 100644 --- a/docs/examples/operate_aurora.ipynb +++ b/docs/examples/operate_aurora.ipynb @@ -128,11 +128,6 @@ "metadata": {}, "outputs": [], "source": [ - "# Initialize the Make MTH5 code. \n", - "maker = MakeMTH5(mth5_version=mth5_version)\n", - "maker.client = \"IRIS\" # Earthscope used to be named IRIS - this term is still used as a data source specifier.\n", - "maker.interact = True # Keeps the mth5_object open after building\n", - "\n", "# Initalize an FDSN object to access column names for request df\n", "fdsn_obj = FDSN()" ] @@ -397,7 +392,7 @@ } ], "source": [ - "mth5_object = maker.from_fdsn_client(request_df)" + "mth5_object = maker.from_fdsn_client(request_df, interact=True)" ] }, {