사용자 도구

사이트 도구


jupyter

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
jupyter [2020/03/19 13:48] – [Presentation using reveal.js] rex8312jupyter [2025/04/20 06:11] (현재) rex8312
줄 1: 줄 1:
 ====== Jupyter ====== ====== Jupyter ======
  
 +<ifauth rex8312> 
 +  * <todo>인증서 문재 해결</todo>
 +  * <todo>서버 설정</todo>
 +</ifauth>
  
 ===== notebook 코드 감추기 & '코드 감추기' 버튼 추가 ===== ===== notebook 코드 감추기 & '코드 감추기' 버튼 추가 =====
줄 35: 줄 39:
  
   * [[https://medium.com/towards-artificial-intelligence/how-to-create-and-add-a-conda-environment-as-jupyter-kernel-c08ca4ee6815|How to Create and Add a Conda Environment as Jupyter Kernel?]]   * [[https://medium.com/towards-artificial-intelligence/how-to-create-and-add-a-conda-environment-as-jupyter-kernel-c08ca4ee6815|How to Create and Add a Conda Environment as Jupyter Kernel?]]
 +
 +
 +===== Kernels =====
 +
 +==== C++ ====
 +
 +<code bash>
 +# cling
 +conda install xeus-cling -c conda-forge
 +</code>
 +
 +==== RUST ====
 +
 +<code bash>
 +cargo install --locked evcxr_jupyter
 +evcxr_jupyter --install
 +</code>
 +
 +==== Julia =====
 +
 +<code julia>
 +using Pkg
 +Pkg.add("IJulia")
 +</code>
 +
 +===== terminal =====
 +
 +  * nbterm
 +    * https://blog.jupyter.org/nbterm-jupyter-notebooks-in-the-terminal-6a2b55d08b70
 +
 +{{tag>jupyter notebook}}
jupyter.1584625713.txt.gz · 마지막으로 수정됨: (바깥 편집)