diff --git a/projects/docs/template_images/HumanEstimationErrorDynamicsInBayesianFramework.svg b/projects/docs/template_images/HumanEstimationErrorDynamicsInBayesianFramework.svg
index 92d3b830a3..c7103ddad4 100644
--- a/projects/docs/template_images/HumanEstimationErrorDynamicsInBayesianFramework.svg
+++ b/projects/docs/template_images/HumanEstimationErrorDynamicsInBayesianFramework.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/projects/neurons/load_Allen_Visual_Behavior_from_SDK.ipynb b/projects/neurons/load_Allen_Visual_Behavior_from_SDK.ipynb
index 16e46ece0f..f9e5f86775 100644
--- a/projects/neurons/load_Allen_Visual_Behavior_from_SDK.ipynb
+++ b/projects/neurons/load_Allen_Visual_Behavior_from_SDK.ipynb
@@ -3633,7 +3633,7 @@
}
],
"source": [
- "stimulus_table.query('omitted').head(10)"
+ "stimulus_table.query('omitted',engine='python').head(10)"
]
},
{
@@ -3956,7 +3956,7 @@
" data=neural_data.query('cell_specimen_id == @cell_id'),\n",
" t='timestamps',\n",
" y='dff',\n",
- " event_times=stimulus_table.query('omitted')['start_time'],\n",
+ " event_times=stimulus_table.query('omitted',engine='python')['start_time'],\n",
" t_before=3,\n",
" t_after=3,\n",
" output_sampling_rate=50,\n",
@@ -4219,7 +4219,7 @@
" data=df,\n",
" t='timestamps',\n",
" y=y,\n",
- " event_times=stimulus_table.query(event_query)['start_time'],\n",
+ " event_times=stimulus_table.query(event_query,engine='python')['start_time'],\n",
" t_before=t_before,\n",
" t_after=t_before,\n",
" output_sampling_rate=50,\n",
@@ -8483,4 +8483,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
-}
+}
\ No newline at end of file