Skip to content

musiciancodes/pydata2016-notes

Repository files navigation

pydata2016-notes

Notes from PyData 2016

How to use

Make sure you have jupyter and ipython installed.

#clone the repo from github
git clone https://github.com/y3l2n/pydata2016-notes

#create a virtualenv (can also use conda)
virtualenv -p python3 lib

#use the virtualenv
source ./lib/bin/activate

#install requirements
pip install -r requirements.txt

#start the jupyter notebook server
jupyter notebook

The Jupyter notebooks are split up by day with notes that we took, some with links to githubs, others with functional code examples.

Contributing

Feel free to submit a pull request, especially with edits on the lightning talks. There's a lot I missed.

License

Copyright [2016] [Yulan Lin]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published