jupyter/terminado

_static/terminado.js and uimod_embed.js missing from distribution on PyPI

asmodehn opened this issue · 3 comments

Check: https://pypi.org/project/terminado/#files

This lacks :

Is it intended ?
Because of this, currently, running the demo code outside the repo breaks...

ERROR:tornado.general:Could not open static file '/home/alexv/.local/share/virtualenvs/terminado-A6GpWQ5Q/lib/python3.8/site-packages/terminado/_static/terminado.js'

I confirm that I had this same issue. As a temporary workaround, I downloaded the files and made symlinks, but hopefully this can be fixed.

Same for me, the package installed with setup.py has no _static folder and the other js file.

Fixed by #87