Closed jtpio closed 3 years ago
It looks like the cookiecutter current requires jupyter_server:
jupyter_server
https://github.com/jupyterlab/extension-cookiecutter-ts/blob/ae2a726a1dc6d83016de7b471ae0d40b878d59fc/%7B%7Bcookiecutter.python_name%7D%7D/setup.py#L53
Probably this is only useful when the lab extension also has a server extension. So we could guard this with has_server_extension like in other places.
has_server_extension
It looks like the cookiecutter current requires
jupyter_server
:https://github.com/jupyterlab/extension-cookiecutter-ts/blob/ae2a726a1dc6d83016de7b471ae0d40b878d59fc/%7B%7Bcookiecutter.python_name%7D%7D/setup.py#L53
Probably this is only useful when the lab extension also has a server extension. So we could guard this with
has_server_extension
like in other places.