Logo Lanfrica

kantologist/Data-Science-Nigeria-Tutorials

Domaine:

education
Créateur:
kan
Hôte:
Tutorial Materials for Data Science Nigeria # Data-Science-Nigeria-Tutorials ### Install This project requires **Python 2.7** and the following Python libraries installed: - NumPy - Pandas - matplotlib - scikit-learn You will also need to have software installed to run and execute an iPython Notebook We recommend students install Anaconda, a pre-packaged Python distribution that contains all of the necessary libraries and software for this project. ### Run In a terminal or command window, navigate to the top-level project directory `Data-Science-Nigeria-Tutorials/` (that contains this README) and run one of the following commands: ```bash ipython notebook any_file.ipynb ``` or ```bash jupyter notebook any_file.ipynb replace any_file with the name of the file you wish to run