매번 버전 업하는 버릇을 고쳐야하는데.... (1) 썸네일형 리스트형 jupyterlab 3.0에서 git 설치하기 1.설치 명령어 pip $ pip install --upgrade jupyterlab jupyterlab-git $ jupyter lab build conda $ conda install -c conda-forge jupyterlab jupyterlab-git $ jupyter lab build 2. 설정해줘야 하는 것 ~/.jupyter/jupyter_notebook_config.py #수정해야 하는 jupyter configfile vi ~/.jupyter/jupyter_notebook_config.py # 본인이 알아보기 쉬운 곳에 붙여넣을 것 c.JupyterLabGit.actions = {"post_init": ["touch dummy_init.dat"]} 3. 설치 버전 확인하기 $ jupyt.. 이전 1 다음