anaconda-graveyard / nb_anacondacloud

Interact with Anaconda Cloud
BSD 2-Clause "Simplified" License
5 stars 9 forks source link

[wip] Support notebook 4.2 beta #21

Closed bollwyvl closed 8 years ago

bollwyvl commented 8 years ago

This is a re-imagining of #20, with new stuff from nbpresent.

bollwyvl commented 8 years ago

I switched over the CI hook to anaconda-platform

damianavila commented 8 years ago

Quick review, LGTM...

bollwyvl commented 8 years ago

Betas are up here: https://anaconda.org/anaconda-nb-extensions/nb_anacondacloud/files?version=1.0.0b2

Had to manually build the OSX and win packages.

Will do betas of all of the other extensions so that I can start doing platform-specific tests, as well as the metapackage tests .

bollwyvl commented 8 years ago

I've brought over the code from nb_conda which matches this regex:

var m = /\[(.+)\]$/.exec(kernel_name);

This pretty much solves #22, but I am still going to be doing more local testing across the os/py matrix, as well as the unified testing. However, if nothing else shows up, these betas might be the actual releases, minus some changelog.

Betas up here: https://anaconda.org/anaconda-nb-extensions/nb_anacondacloud/files?version=1.0.0b3

damianavila commented 8 years ago

I've brought over the code from nb_conda which matches this regex:

Nice... I think it is the most straightforward path, so :+1: