Giter Club home page Giter Club logo

nb_anacondacloud's Introduction

NB Anaconda Cloud

Install with conda Build Status (Lin64) Coverage Status

Installation

conda install -c conda-forge nb_anacondacloud
anaconda login  # optional, but recommended

Then, when you launch the Jupyter Notebook, you will see a "cloud upload" button in the toolbar. Press it, and after ensuring your credentials, you'll be able to click Publish.

The Summary and Thumbnail fields are currently only populated the first time you publish!

Development

git clone https://github.com/Anaconda-Platform/nb_anacondacloud.git
conda create -y -n nb_anacondacloud python
conda install -y -n nb_anacondacloud -c conda-forge --file requirements.txt
source activate nb_anacondacloud
python setup.py develop
npm install
jupyter nbextension install nb_anacondacloud --py --sys-prefix --symlink
jupyter nbextension enable nb_anacondacloud --py --sys-prefix
jupyter serverextension enable nb_anacondacloud --py --sys-prefix

jupyter notebook --no-browser

Happy hacking!

Tests

...the hard way

The tests can either be run with a mocked API (it won't hit the Anaconda Cloud API)...

npm run test

..or using your anaconda credentials, i.e. from anaconda login

USE_ANACONDA_TOKEN=1 npm run test

NOTE This approach will test the package "for reals" by:

  • (potentially) deleting a package called untitled
  • publishing a new package untitled
  • releasing a notebook in it
  • releasing another notebook to it

Continuous Integration

Automated tests are run on Travis-CI and Appveyor.

Changelog

1.2.0

  • update to nb_conda_kernels 2.0.0 (and actually depend on it)

1.1.0

  • fix thumbnail uploading
  • CI on Travis and Appveyor
  • Coveralls

1.0.1

  • minor install fixes

1.0.0

  • update to notebook 4.2
  • handle environment uploads better with nb_conda_kernels

nb_anacondacloud's People

Contributors

malev avatar bollwyvl avatar damianavila avatar

Watchers

Tim Snyder avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.