This repository is concerned with the use of Python numpy.random
package. It contains the following files:
- README.md (this file)
- ProgrammingforDA-Assignment.ipynb - a Jupyter Notebook written in Python
- ProgrammingforDA-Assignment.pdf - PDF version of the Notebook. Note this is for reference only as the notebook is not accurately reproducible through conversion to PDF.
- ProgrammingforDA-Assignment.html - HTML version of the Notebook. Note this is for reference only as the notebook is not accurately reproducible through conversion to HTML, although some interactivity is still retained as Plotly uses JavaScript natively.
- Programmingfor-DA-assignment-instructions.pdf - instructions for the assignment, for future reference only
This notebook relies on the following libraries, so please ensure you have these installed on your machine before running.
numpy
plotly
scipy
sympy
ipywidgets
Plotly seems not capable of handling multiple large plots within a single notebook, as each plot actually contains the data points within itself, rather than referencing variables. Due to this, interactivity in plots might not work until the particular cell is run manually, especially for those with ipywidget sliders.