Release 3.0
lresende opened this issue · 3 comments
lresende commented
Now that #116 has been merged with the support for JupyterLab 2.0.0 we need a new release
stefansimik commented
Just can't wait until this will work :-)
Probably not ready yet, just trying and getting error with command:
jupyter labextension install @jupyterlab/toc
Error message:
ValueError: "@jupyterlab/toc@3.0.0" is not a valid npm package
stefansimik commented
Problem solved:
I had firewall problem in our company - I found this warning in log:
npm WARN registry Using stale data from http://registry.npmjs.org/ because the host is inaccessible -- are you offline?
npm WARN registry Using stale data from http://registry.npmjs.org/ due to a request error during revalidation.
npm notice
After resolving internet connectivity issue, everything works fine.
Thank you for excellent work!
lresende commented
This has been released already a few weeks ago.