Skip to content

Commit

Permalink
Fix Jupyter notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pnbabu committed Mar 28, 2024
1 parent a729cf3 commit 7af687a
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 86 deletions.
33 changes: 0 additions & 33 deletions doc/tutorials/izhikevich/nestml_izhikevich_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -320,39 +320,6 @@
"fig.show()"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n",
"Mar 26 14:32:18 Install [Info]: \n",
" loaded module izhikevich_module\n"
]
},
{
"data": {
"text/plain": [
"('izhikevich_module',)"
]
},
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"nest.ResetKernel()\n",
"nest.Install(module_name)\n",
"# nest.Models()\n",
"os.environ[\"DYLD_LIBRARY_PATH\"]\n",
"nest.get(\"modules\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Loading

0 comments on commit 7af687a

Please sign in to comment.