Jupyter Notebook to GithubBlog

less than 1 minute read

Failed so far.. with Jupyter Lab

Notebook to HTML

jupyter nbconvert --to html --template classic --no-prompt --output hello_simple.html ./simple.ipynb

if not,

In my case, I use Jupyter Lab. There is file–> Export Notebook As... and choose one of the options.

Jupyter Notebook μ „μš©μ˜ Jekyll Layout을 λ§Œλ“€μž.

그러면 Jupyter Notebook을 포슀트 ν•  λ•Œ λ§ˆλ‹€ Javascript, CSSλ₯Ό λ„£λŠ” 것을 μžλ™ν™” ν•  수 μžˆλ‹€. 그리고 Jekyll Layout μ•ˆμ— Jupyter Notebook의 μ…€ λ‚΄μš©μ„ λ„£κ³ , μƒˆλ‘œμš΄ ν¬μŠ€νŠΈμ—μ„œλŠ” 이 λΆ€λΆ„λ§Œ λ°”κΏ” λ„£λŠ” λ°©μ‹μœΌλ‘œ 포슀트λ₯Ό λΉ λ₯΄κ²Œ 생산할 수 있게 λœλ‹€.

Version 1.2.4

포슀트 μž…λ‹ˆλ‹€.

μ•„λž˜λŠ” Jupyter Notebook μ½”λ“œ μž…λ‹ˆλ‹€.

Reference

https://seungwubaek.github.io/blog/tips/jupyter_to_html/#8-1-jupyter-notebook-iframe

Leave a comment