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
04ee89fa
Commit
04ee89fa
authored
Aug 04, 2016
by
Steve Tjoa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
python package installation
parent
29abb1e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
74 additions
and
28 deletions
+74
-28
python_basics.html
python_basics.html
+47
-25
python_basics.ipynb
python_basics.ipynb
+27
-3
No files found.
python_basics.html
View file @
04ee89fa
This source diff could not be displayed because it is too large. You can
view the blob
instead.
python_basics.ipynb
View file @
04ee89fa
...
@@ -47,6 +47,29 @@
...
@@ -47,6 +47,29 @@
"While the other sections are useful, you can learn them along the way."
"While the other sections are useful, you can learn them along the way."
]
]
},
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Package Installation"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"First, [make sure you have pip installed](https://pip.pypa.io/en/stable/installing/). pip is the recommended tool for installing Python packages."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"To use the notebooks, you will need to install a few Python packages:\n",
"\n",
" $ pip install --upgrade numpy scipy matplotlib ipython pandas sklearn librosa"
]
},
{
{
"cell_type": "markdown",
"cell_type": "markdown",
"metadata": {},
"metadata": {},
...
@@ -58,9 +81,10 @@
...
@@ -58,9 +81,10 @@
"cell_type": "markdown",
"cell_type": "markdown",
"metadata": {},
"metadata": {},
"source": [
"source": [
"- [The Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/)\n",
"- [SciPy Lecture Notes](http://www.scipy-lectures.org/)\n",
"- [Codecademy](http://www.codecademy.com/en/tracks/python)\n",
"- [Codecademy](http://www.codecademy.com/en/tracks/python)\n",
"- [learnpython.org](http://www.learnpython.org/)\n",
"- [learnpython.org](http://www.learnpython.org/)"
"- [The Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/)"
]
]
}
}
],
],
...
@@ -80,7 +104,7 @@
...
@@ -80,7 +104,7 @@
"name": "python",
"name": "python",
"nbconvert_exporter": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"pygments_lexer": "ipython2",
"version": "2.7.
6
"
"version": "2.7.
10
"
}
}
},
},
"nbformat": 4,
"nbformat": 4,
...
...
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