Skip to content

Code snippet

Last updated: March 25, 2019 | at 07:10 PM

Git: Just not to forget.

git pull
git clone
code .
git add --all
git commit -m “int”
git push
git push origin main:new

Jupyter: To run the notebook jupyter notebook .

jupyter-lab
jupyter notebook

Python: Some used Python libraries for statistical analysis .

pip install numpy
pip install pandas
pip install matplotlib
pip install seaborn
pip install scipy
pip install statsmodels
pip install scikit-learn

Jekyll: If you host at github run --add platform x86_64 to work.

bundle lock --add-platform x86_64-linux
bundle
bundle exec jekyll serve

Nextra: Run locally.

npm install nextra
npm run dev
npm build

Local server : http://localhost:3000