This is a Linux-oriented tutorial. You must find equivalent action on your operating system.
Experiments on computer science:
- Data extraction and transformation;
- Libraries usage;
- Physics modelling;
- Web development.
- Navigate to home directory:
cd ~/; - Clone the repository:
git clone git@github.com:alloyha/experiments.git;
- Run, if existent, requirements installation:
pip install -r pip_requirements.txt; - Open a python notebook instance with command run:
jupyter notebook; - Open a browser session instance, type
localhost:8888on url text field and press keyEnter; - Open file
main.ipynb; - Press keystroke
Shift + Enteron each cell to reproduce the result.