Skip to content

Commit

Permalink
Notebook ready for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliovv committed Oct 30, 2021
1 parent 473f7e4 commit 57b555c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/tfest_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"metadata": {},
"outputs": [],
"source": [
"# !pip install tfest"
"!pip install tfest"
]
},
{
Expand All @@ -29,8 +29,8 @@
"source": [
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"import os\n",
"os.chdir(\"..\")\n",
"# import os\n",
"# os.chdir(\"..\")\n",
"import tfest\n",
"\n",
"from scipy import signal"
Expand Down

0 comments on commit 57b555c

Please sign in to comment.