jupyter / declarativewidgets

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

explorer.py depends on pyspark. It does not need to do so. #497

Closed rs2 closed 8 years ago

rs2 commented 8 years ago

There's no need to have pyspark installed for explorer.py to work. Please consider relying on ImportError instead:

https://github.com/jupyter-incubator/declarativewidgets/blob/master/kernel-python/declarativewidgets/util/explore.py#L42

lbustelo commented 8 years ago

I'm going to make this dup to #495.