anaconda-graveyard / nb_anacondacloud

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

WIP Fix travis #41

Closed damianavila closed 7 years ago

damianavila commented 7 years ago

Still not working, in the repo, in this specific branch (fix_travis) you can do:

conda create -n test python=3.6 notebook
source activate test

then

conda install -c conda-forge nb_conda_kernels
conda install --file requirements.txt
npm install
pip install -e .
jupyter nbextension install nb_anacondacloud --py --sys-prefix
jupyter nbextension enable nb_anacondacloud --py --sys-prefix
jupyter serverextension enable nb_anacondacloud --py --sys-prefix

then

jupyter notebook

and try using the nb_anacondacloud extensions triggers:

[W 07:00:58.436 NotebookApp] 403 POST /anaconda-cloud/publish (127.0.0.1): '_xsrf' argument missing from POST
[W 07:00:58.440 NotebookApp] 403 POST /anaconda-cloud/publish (127.0.0.1) 5.25ms referer=http://localhost:8888/notebooks/Untitled.ipynb

@minrk, can you try to reproduce? I am pretty sure I don't have stale js around...

coveralls commented 7 years ago

Coverage Status

Coverage increased (+1.3%) to 49.3% when pulling 8f06e36e3b7b56a96de0401f8827a3c26dea4913 on fix_travis into c1f50f3f99043b2d35fe5bc6e78f7ddc11459d13 on master.

damianavila commented 7 years ago

This is ready now. Merging.