Code, notes and articles about data analysis, machine learning, data visualization and big data.
Python 3
python3 -m http.server
Python 2
python -m SimpleHTTPServer 8000
Go to: http://localhost:8000
To Do
- Make datasets path configurable (e.g. command line argument, environment variable)