Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sbeleidy/jupyter-notebook
- Owner: sbeleidy
- Created: 2016-10-25T15:07:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-21T14:19:37.000Z (almost 8 years ago)
- Last Synced: 2024-10-10T21:50:56.217Z (28 days ago)
- Language: HTML
- Homepage: https://sbeleidy.github.io/jupyter-notebook
- Size: 2.44 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```