jupyterlab / jupyterlab_server

A set of server components for JupyterLab and JupyterLab like applications

Home Page:http://jupyterlab-server.readthedocs.io/en/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default branch renamed to main

blink1073 opened this issue · comments

If you have a local clone, you can update it by running the following commands.

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a