Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronwatters/widget_cookie_cutter_test
Test of widget cookie cutter for validating patches to the source tree.
https://github.com/aaronwatters/widget_cookie_cutter_test
Last synced: about 1 month ago
JSON representation
Test of widget cookie cutter for validating patches to the source tree.
- Host: GitHub
- URL: https://github.com/aaronwatters/widget_cookie_cutter_test
- Owner: AaronWatters
- Created: 2019-08-26T17:15:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:28:08.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T15:55:45.368Z (about 1 month ago)
- Language: JavaScript
- Size: 609 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
widget_cookie_cutter_test
===============================[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/AaronWatters/widget_cookie_cutter_test/master?filepath=test.ipynb)
[![Build Status](https://travis-ci.org/AaronWatters/widget_cookie_cutter_test.svg?branch=master)](https://travis-ci.org/AaronWatters/widget_cookie_cutter_test)
Test of widget cookie cutter for custom Jupyter widgets with end to end tests
Installation
------------To install use pip:
$ pip install git+https://github.com/aaronwatters/widget_cookie_cutter_test
$ jupyter nbextension enable --py --sys-prefix widget_cookie_cutter_testTo install for jupyterlab
$ jupyter labextension install widget_cookie_cutter_test
For a development installation (requires npm),
$ git clone https://github.com/AaronWatters/widget_cookie_cutter_test.git
$ cd widget_cookie_cutter_test
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix widget_cookie_cutter_test
$ jupyter nbextension enable --py --sys-prefix widget_cookie_cutter_test