nbgitpuller links can open the git resource in different interfaces.
We want JupyterLab for all of our current resources. Because we have not paid close attention to this in the past, some of them may open in Classic Jupyter Notebook instead. The difference is small:
JupyterLab: urlpath=lab%2Ftree...
Jupyter Notebook: urlpath=tree...
And can perhaps be fixed with a simple search and replace.
Acceptance criteria
[ ] All nbgitpuller links in our docs / notebooks open in JupyterLab.
nbgitpuller links can open the git resource in different interfaces.
We want JupyterLab for all of our current resources. Because we have not paid close attention to this in the past, some of them may open in Classic Jupyter Notebook instead. The difference is small:
urlpath=lab%2Ftree...
urlpath=tree...
And can perhaps be fixed with a simple search and replace.
Acceptance criteria