Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sbeleidy/jupyter-notebook

A web component to embed Jupyter notebooks - wrapper for notebookjs.
https://github.com/sbeleidy/jupyter-notebook

Last synced: about 24 hours ago
JSON representation

A web component to embed Jupyter notebooks - wrapper for notebookjs.

Awesome Lists containing this project

README

        

# \

[![Join the chat at https://gitter.im/sbeleidy/jupyter-notebook](https://badges.gitter.im/sbeleidy/jupyter-notebook.svg)](https://gitter.im/sbeleidy/jupyter-notebook?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

A web component to embed Jupyter notebooks - wrapper for [notebookjs](https://github.com/jsvine/notebookjs).

## Installing \

`bower install jupyter-notebook --save`

## Using \

```

```

or

```

```

If linking to a notebook file on GitHub, make sure you link to the raw file as shown above.

## Contributing

### Install the Polymer-CLI

First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your application locally.

### Viewing The Component

```
$ polymer serve
```

## Running Tests

```
$ polymer test
```