- 원하는 템플릿 fork
- mkdir /workspace/jupyterbook
- 포크하여 생성한 주소 활용 git clone https://github.com/hunjung-lim/PCL_For_All.git
- pip3 install bs4 tqdm numpy pyyaml nbformat nbclean jupyter_contrib_nbextensions
- vi Makefile : python -> python3로 변경
- make book
가상서버 설치
- sudo apt-get install ruby ruby-dev build-essential #ruby-full
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME=$HOME/gems' >> ~/.bashrc
echo 'export PATH=$HOME/gems/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
gem install jekyll bundler
gem install budle
sudo gem update --system
gem update bundler
bundle install
make serve
댓글 상자 : https://devmjun.github.io/archive/addComments
jupyter theme : https://github.com/nsonnad/base16-ipython-notebook/blob/master/ipython-3/output/base16-google-light.css
https://github.com/transcranial/jupyter-themer
https://github.com/yirending/Jupyter-blog
https://github.com/yirending/Jupyter-blog
web.tpl : https://gist.github.com/frankcleary/bf7a63680a1945942195