사용자 도구

사이트 도구


jupyter

Jupyter

notebook 코드 감추기 & '코드 감추기' 버튼 추가

import IPython.core.display as di
 
# This line will hide code by default when the notebook is exported as HTML
di.display_html('<script>jQuery(function() {if (jQuery("body.notebook_app").length == 0) { jQuery(".input_area").toggle(); jQuery(".prompt").toggle();}});</script>', raw=True)
 
# This line will add a button to toggle visibility of code blocks, for use with the HTML export version
di.display_html('''<button onclick="jQuery('.input_area').toggle(); jQuery('.prompt').toggle();">Toggle code</button>''', raw=True)

Dashboard

Jupyter Lab

Presentation using reveal.js

Tutorial

Kernels

C++

# cling
conda install xeus-cling -c conda-forge

RUST

cargo install --locked evcxr_jupyter
evcxr_jupyter --install

Julia

using Pkg
Pkg.add("IJulia")

terminal

jupyter.txt · 마지막으로 수정됨: 2025/02/10 02:08 저자 rex8312