jupyter / declarativewidgets

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

Do not require installing pyspark #499

Closed poplav closed 7 years ago

poplav commented 7 years ago

Fixes https://github.com/jupyter-incubator/declarativewidgets/issues/495

lbustelo commented 7 years ago

@poplav rebase please

poplav commented 7 years ago

@lbustelo rebased

lbustelo commented 7 years ago

@poplav This may cause an issue too

poplav commented 7 years ago

@lbustelo The SparkSerializer concern should not be an issue because on registering serializers we first check that the package is available before actually registering

lbustelo commented 7 years ago

Ok... then it looks good.