ML or DL/개발환경
[Jupyter notebook] jupytext 이용한 Git 버전 / 형상 관리
chaloalto
2022. 1. 20. 10:13
https://crazyj.tistory.com/174
ipynb 노트북 파일 형상관리
<!DOCTYPE html> ipynbgit jupyter 노트북 ipynb과 git 연동시 문제 ipynb 노트북 파일을 git에 올려서 형상관리를 하기란 쉽지 않다. 소스코드만이 아니라 output 이 포함되어 있고, 그 외 라인 번호 등 여러가지
crazyj.tistory.com
https://github.com/jupyterlab/jupyterlab-git
GitHub - jupyterlab/jupyterlab-git: A Git extension for JupyterLab
A Git extension for JupyterLab. Contribute to jupyterlab/jupyterlab-git development by creating an account on GitHub.
github.com
https://kibua20.tistory.com/184
Jupyter Notebook의 업그레이드: Jupyter Lab 설치 및 extension 사용법
Jupyter Lab은 Jupyter Notebook의 업그레이드 개발환경입니다. 기존 Jupyter Notebook은 Web 기반에서 Python 코드를 한 줄씩 실행하고 실행 결과를 확인할 수 있는 장점이 있었다면, Jupyter Lab은 기존 Jupyter Noteb
kibua20.tistory.com