jupyterlab_json icon indicating copy to clipboard operation
jupyterlab_json copied to clipboard

npm fails with missing dependencies

Open ghost opened this issue 8 years ago • 0 comments

I wanted to give jupyterlab_json a try to display JSON in a notebook. "pip install jupyterlab_json" as not work, as there is no released package on Pypi. I cloned the repo and did a "pip install .", which fails with various errors like:

Module build failed: ReferenceError: Unknown plugin "transform-es3-property-literals"

I installed a few of them manually using npm, but always run into the next error about missing plugins. So it looks like something is broken. I'm not too much into this npm stuff, so I don't know exactly what to look for, but I'm happy to help, if you tell me which infos you would need.

ghost avatar May 23 '17 10:05 ghost