I believe that the 0.6.1 package file on PyPI is more-or-less broken because it doesn't include package.json and the TypeScript source files: a pip install yields errors trying to build the Jupyter extension files. I think these changes get it working ... I can pip install git+https://...@fix-package and then the Jupyter extension works.
I believe that the 0.6.1 package file on PyPI is more-or-less broken because it doesn't include package.json and the TypeScript source files: a
pip install
yields errors trying to build the Jupyter extension files. I think these changes get it working ... I canpip install git+https://...@fix-package
and then the Jupyter extension works.