Skip to content

Instantly share code, notes, and snippets.

@shotahorii
shotahorii / DiscreteProbabilityDistribution.ipynb
Created January 15, 2019 23:08
DiscreteProbabilityDistribution
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / StatTesting.ipynb
Created January 14, 2019 21:31
StatisticalTests
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / Flatten_agged_columns.ipynb
Created December 21, 2018 07:22
Flatten aggregated dataframe columns
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / nodejsonEC2.md
Last active December 20, 2018 16:01
Deploy Node.js app on EC2

Deploy Node.js app on EC2

Initialisation

1. Create an EC2 instance

Create an instance via EC2 console.

2. Build your node.js app on the EC2 instance

git clone https://github.com/creationix/nvm.git ~/.nvm
@shotahorii
shotahorii / connectToS3.md
Created December 20, 2018 10:24
Connect to S3 from Jupyter on EC2
@shotahorii
shotahorii / initJupyterAws.md
Last active August 19, 2019 20:39
Initialise Jupyter on AWS (2)

Initialise Jupyter on AWS (2)

Initialisation

Step by step instructions here: https://medium.com/@alexjsanchez/python-3-notebooks-on-aws-ec2-in-15-mostly-easy-steps-2ec5e662c6c6

Only thing you'd like to change from the instruction above is, when you download Anaconda, instead of using the command written in the article above, check the latest download link through https://www.anaconda.com/download/#linux , and then:

wget https://repo.anaconda.com/archive/THE LATEST ONE.sh

Steps after initialisation

@shotahorii
shotahorii / reset_variables.ipynb
Created December 20, 2018 07:19
Reset variables on Jupyter
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / GenerateARprocess.ipynb
Created November 21, 2017 21:54
Generate AR(p) process
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / GenerateMAprocess.ipynb
Last active November 21, 2017 01:19
Generate MA(q) process
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shotahorii
shotahorii / GenerateWhiteNoise.ipynb
Created November 19, 2017 21:50
Generate white noise
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.