jupyterlab / extension-cookiecutter-ts

A cookiecutter recipe for JupyterLab extensions in Typescript
BSD 3-Clause "New" or "Revised" License
183 stars 88 forks source link

Cover PR 167 issue seen in extension-example #165

Closed fcollonval closed 3 years ago

fcollonval commented 3 years ago

In https://github.com/jupyterlab/extension-examples/pull/167, we hit an error on Windows to list the data files. This push the fix in the cookiecutter to ensure people using it on Windows won't hit it.

Side-effetct: Add test of server extension on all OSes