jupyter / declarativewidgets

[RETIRED] Jupyter Declarative Widget Extension
http://jupyter.org/declarativewidgets/docs.html
Other
120 stars 38 forks source link

Install declarativewidgets without "pip install" #564

Open lcjr86 opened 6 years ago

lcjr86 commented 6 years ago

Hello everyone,

I would like to know if is possible to install the declarative widgets without using: pip install jupyter_declarativewidgets

I tried running python setup.py build and python setup.py install and after jupyter declarativewidgets quick-setup --sys-prefix and the message that I have is:

ImportError: No module named 'declarativewidgets'

There is another way to do that?

Thank you in advance.