Notes on Machine Learning, Numpy, Scipy
- jupyter-notebook
- Add more code inside
content/python
- Run
runipy make.ipynb
- Run
hugo server -D
- Check here: http://localhost:1313/hugobase/
- Run
runipy remake.ipynb
1.1 To update all files, userunipy make.ipynb
- Run
hugo
in themlnotes
folder - Run
git add -A
- Run
git commit -m "commit message
- Run
git push
Site's html is in the master branch's /docs
folder.