Cookiecutter template for an IPython widget.
See the repo and the official IPython Notebook this is based on.
- Free software: BSD license
- Vanilla testing setup with
unittest
andpython setup.py test
- Travis-CI: Ready for Travis Continuous Integration testing
- Tox testing: Setup to easily test for Python 2.6, 2.7, 3.3
- Sphinx docs: Documentation ready for generation with, for example, ReadTheDocs
We'll assume you have done something like this:
virtualenv ~/venv/ipython-widget-hacking
. ~/venv/ipython-widget-hacking/bin/activate
pip install ipython[all] cookiecutter
Generate a Python package project:
cookiecutter https://github.com/bollwyvl/cookiecutter-ipython-widget.git
TODO: These need to be developed in more detail!
- Copying assets
- Loading the JavaScript and CSS
- Namespacing
- Linting
- Go into the generated directory and run
python setup.py develop`
- Fire up the notebook
ipython notebook
- Try out the
Whatever Example
Notebook! - Create a repo and put it there.
- Add the repo to your Travis CI account.
- Add the repo to your ReadTheDocs account + turn on the ReadTheDocs service hook.
- Release your package the standard Python way. Here's a release checklist: https://gist.github.com/audreyr/5990987
Don't worry, you have options:
- Coming Soon: d3 widget
- Coming Soon: Bower + CoffeeScript + LESS
If you have differences in your preferred setup, I encourage you to fork this to create your own version. Or create your own; it doesn't strictly have to be a fork.
- Once you have your own version working, add it to the Similar Cookiecutter Templates list above with a brief description.
- It's up to you whether or not to rename your fork/own version. Do whatever you think sounds good.
The IPython widget API is new, and will be changing, and tooling will develop. Let's find some great patterns!