- GitHubアカウントでrepositoryを作成する
この記事を参考にします
Jupyter Labのinstall
conda install -c conda-forge jupyterlab
詰まったポイント
・先にrepositoryを作成した場合はgit pullを行う
・Gitとの連携はJupyterLabのextensionを使う
conda install nodejs
を行ってから
conda install -c conda-forge jupyterlab-git
でinstall
・Jupyter Labの起動方法
これでJupyer Lab上でGitHubとの連携ができるようになりました。