Skip to content

Commit

Permalink
fix kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
juliettelavoie committed Sep 29, 2023
1 parent ba05ff9 commit 8f4bfa8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/notebooks/1_catalog.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand All @@ -220,7 +220,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a8fa0138",
"id": "29bd4010",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -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."
Expand All @@ -244,7 +244,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "d1a36b29",
"id": "253d4868",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -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": {
Expand All @@ -1151,7 +1151,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.9.16"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 8f4bfa8

Please sign in to comment.