jupyter-js-input-area
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "jupyter-js-input-area", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Jupyter Input Area", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,4 +0,6 @@ | ||
jupyter-js-input-area | ||
======================= | ||
DEPRECATED: jupyter-js-input-area | ||
================================= | ||
This code has been merged into the [jupyter-js-notebook](https://github.com/jupyter/jupyter-js-notebook) repository, where it will continue to be developed. | ||
[![Build Status](https://travis-ci.org/jupyter/jupyter-js-input-area.svg)](https://travis-ci.org/jupyter/jupyter-js-input-area?branch=master) | ||
@@ -60,2 +62,14 @@ [![Coverage Status](https://coveralls.io/repos/jupyter/jupyter-js-input-area/badge.svg?branch=master&service=github)](https://coveralls.io/github/jupyter/jupyter-js-input-area?branch=master) | ||
Build Example | ||
------------- | ||
Follow the source build instructions first. | ||
```bash | ||
npm run build:example | ||
``` | ||
Change to `example` directory and navigate to `index.html`. | ||
Build Docs | ||
@@ -84,2 +98,11 @@ ---------- | ||
Bundle for the Browser | ||
---------------------- | ||
Follow the package install instructions first. | ||
Any bundler that understands how to `require()` files with `.js` and `.css` | ||
extensions can be used with this package. | ||
Usage Examples | ||
@@ -86,0 +109,0 @@ -------------- |
17806
111