Skip to content

Commit

Permalink
ENH: Update Notebook to Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Mar 18, 2021
1 parent d8ebede commit 61bec2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/TimeGainCompensation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -455,21 +455,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.12"
"pygments_lexer": "ipython3",
"version": "3.8.0"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 61bec2c

Please sign in to comment.