Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
musicinformationretrieval-com
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
A.S.
musicinformationretrieval-com
Commits
9c711e42
Commit
9c711e42
authored
Jun 20, 2014
by
Steve Tjoa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more on imports, audio display, reorg
parent
58de3a15
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
221 additions
and
102 deletions
+221
-102
about_this_workshop.ipynb
notebooks/about_this_workshop.ipynb
+8
-20
get_good_at_ipython.ipynb
notebooks/get_good_at_ipython.ipynb
+133
-13
ipython_audio.ipynb
notebooks/ipython_audio.ipynb
+80
-69
No files found.
notebooks/about_this_workshop.ipynb
View file @
9c711e42
{
"metadata": {
"name": "",
"signature": "sha256:
e7d6cf30802c4d390c3070d05c8a43f84ea2ac3448983c9eac409c31fe9e20c0
"
"signature": "sha256:
b2601021bd013cb3fdcacb2e0157136ad11d85f587ddf0ff2b13b65d9283ef7f
"
},
"nbformat": 3,
"nbformat_minor": 0,
...
...
@@ -48,11 +48,10 @@
"cell_type": "code",
"collapsed": false,
"input": [
"#import scipy\n",
"\n",
"x = scipy.arange(100)\n",
"# x = scipy.randn(100)\n",
"# x = scipy.linspace(0, 1, 100)\n",
"x = scipy.arange(50)\n",
"# Try these too:\n",
"# x = scipy.randn(50)\n",
"# x = scipy.linspace(0, 1, 50)\n",
"\n",
"x"
],
...
...
@@ -62,26 +61,15 @@
{
"metadata": {},
"output_type": "pyout",
"prompt_number":
1
,
"prompt_number":
2
,
"text": [
"array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16,\n",
" 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33,\n",
" 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,\n",
" 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67,\n",
" 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84,\n",
" 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99])"
" 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49])"
]
}
],
"prompt_number": 1
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
"prompt_number": 2
}
],
"metadata": {}
...
...
notebooks/get_good_at_ipython.ipynb
View file @
9c711e42
This diff is collapsed.
Click to expand it.
notebooks/ipython_audio.ipynb
View file @
9c711e42
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment