Jupyter Notebook를 PPT Slide처럼 사용하기
https://github.com/hakimel/reveal.js.git
donghwa@DESKTOP-L9A4HBN MINGW64 ~/Downloads/presentation (master) git clone https://github.com/hakimel/reveal.js.git
2) 기본 CMD를 다시열어 그 clone한 폴더안에 ipynb를 생성 e.g. 이 글에서는 ppt.ipynb
이라는 이름을 가진 파일 생성
3) jupyter_contrib_nbextensions를 설치
C:/Users/donghwa/Downloads/presentation> pip install jupyter_contrib_nbextensions
4) 슬라이드 생성
ppt.ipynb
C:/Users/donghwa/Downloads/presentation> jupyter-nbconvert --to slides ppt.ipynb --reveal-prefix=reveal.js
5) 사용화면
C:\Users\donghwa\Downloads\presentation
)에서만 실행해야된다는 것을 잊지말자.