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: 4 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:28:08.000Z (over 2 years ago)
- Last Synced: 2025-03-13T01:36:32.717Z (4 months 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
===============================[](https://mybinder.org/v2/gh/AaronWatters/widget_cookie_cutter_test/master?filepath=test.ipynb)
[](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