Skip to content

Commit

Permalink
FIX: Update jupyter_template.ipynb (#5121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys authored Sep 3, 2024
1 parent a318a47 commit beadd4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"import sys\n",
"import atexit\n",
"from ansys.aedt.core import *\n",
"import pyaedt\n",
"import ansys.aedt.core\n",
"ansys.aedt.core.settings.use_grpc_api=False"
]
},
Expand Down Expand Up @@ -77,4 +77,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit beadd4e

Please sign in to comment.