jupyter / declarativewidgets

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

Remove custom install of irkernel master from github as comm is in a release #509

Closed poplav closed 7 years ago

poplav commented 7 years ago
lbustelo commented 7 years ago

@poplav can you check why this is failing in travis?

poplav commented 7 years ago

@lbustelo I was premature on this PR. The release has not made into anaconda yet, thus the error:

Error:  Package missing in current linux-64 channels: 
  - r-irkernel 0.7**

I have opened issue https://github.com/ContinuumIO/anaconda-issues/issues/1080 to request the irkernel package be upgraded. Once it is upgraded we should see the change on the hosted package list here. Once the irkernel 0.7 package is there we can rerun the PR and it should pass.

poplav commented 7 years ago

Conda package was updated, but I don't think it was done correctly. I commented on the anaconda issue.

poplav commented 7 years ago

@lbustelo So it was confirmed that the conda update was not correct the first time. The updater is going on vacation, so this may take a few more days...For reference the issue is at https://github.com/ContinuumIO/anaconda-issues/issues/1080

poplav commented 7 years ago

@lbustelo This was rebased, the new irkernel package is there, so it should be ready to merge