Skip to content

Commit

Permalink
fix nae notebook issue
Browse files Browse the repository at this point in the history
  • Loading branch information
YigitElma committed Dec 20, 2024
1 parent 2b87c78 commit a6179ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/tutorials/nae_constraint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"import os\n",
"\n",
"sys.path.insert(0, os.path.abspath(\".\"))\n",
"sys.path.append(os.path.abspath(\"../../\"))"
"sys.path.append(os.path.abspath(\"../../../\"))"
]
},
{
Expand Down Expand Up @@ -812,7 +812,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.0"
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a6179ac

Please sign in to comment.