Skip to content

Commit

Permalink
Add some completed notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsosn committed Nov 30, 2017
1 parent aa99e93 commit 1619da5
Show file tree
Hide file tree
Showing 5 changed files with 1,487 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ To build the project `./setup.py build`

To run tests `./setup.py test` (uses pytest)

To clean the build './setup.py clean --all'
To clean the build `./setup.py clean --all`
31 changes: 30 additions & 1 deletion notebooks/Formants.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,36 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.4"
"version": "3.6.3"
},
"varInspector": {
"cols": {
"lenName": 16.0,
"lenType": 16.0,
"lenVar": 40.0
},
"kernels_config": {
"python": {
"delete_cmd_postfix": "",
"delete_cmd_prefix": "del ",
"library": "var_list.py",
"varRefreshCmd": "print(var_dic_list())"
},
"r": {
"delete_cmd_postfix": ") ",
"delete_cmd_prefix": "rm(",
"library": "var_list.r",
"varRefreshCmd": "cat(var_dic_list()) "
}
},
"types_to_exclude": [
"module",
"function",
"builtin_function_or_method",
"instance",
"_Feature"
],
"window_display": false
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 1619da5

Please sign in to comment.