AaronWatters / jp_proxy_widget

Generic Jupyter/IPython widget implementation that will support many types of javascript libraries and interactions.
BSD 2-Clause "Simplified" License
61 stars 13 forks source link

typo in the docs #1

Closed magland closed 5 years ago

magland commented 5 years ago

I believe there is a typo in the docs

jupyter labextension install js

should be

jupyter labextension install jp_proxy_widget

Also, the statement "The following must have been run once at sometime in the past:" strikes me as confusing. What if it was not installed.... Is it okay to then install it after the previous line?

AaronWatters commented 5 years ago

fixed