From 8f4bfa8c5e64c04b94af984b3ed5211e635c159f Mon Sep 17 00:00:00 2001 From: juliettelavoie Date: Fri, 29 Sep 2023 13:06:27 -0400 Subject: [PATCH] fix kernel --- docs/notebooks/1_catalog.ipynb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/notebooks/1_catalog.ipynb b/docs/notebooks/1_catalog.ipynb index 0aa00111..e8974225 100644 --- a/docs/notebooks/1_catalog.ipynb +++ b/docs/notebooks/1_catalog.ipynb @@ -211,7 +211,7 @@ }, { "cell_type": "markdown", - "id": "e2aad0d8", + "id": "5d8b7995", "metadata": {}, "source": [ "Notice that the search fontion returns everything available that matchs some of the criteria." @@ -220,7 +220,7 @@ { "cell_type": "code", "execution_count": null, - "id": "a8fa0138", + "id": "29bd4010", "metadata": {}, "outputs": [], "source": [ @@ -235,7 +235,7 @@ }, { "cell_type": "markdown", - "id": "df89ced3", + "id": "8abaa553", "metadata": {}, "source": [ "You can restrict your search to only keep entries that matches all the criteria across a list of columns." @@ -244,7 +244,7 @@ { "cell_type": "code", "execution_count": null, - "id": "d1a36b29", + "id": "253d4868", "metadata": {}, "outputs": [], "source": [ @@ -1137,9 +1137,9 @@ "lastKernelId": null }, "kernelspec": { - "display_name": "xscen-dev", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": "xscen-dev" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -1151,7 +1151,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.5" + "version": "3.9.16" } }, "nbformat": 4,