Skip to content

sbeleidy/jupyter-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<jupyter-notebook>

Join the chat at https://gitter.im/sbeleidy/jupyter-notebook

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

Installing <jupyter-notebook>

bower install jupyter-notebook --save

Using <jupyter-notebook>

    <jupyter-notebook src="Demo.ipynb"></jupyter-notebook>

or

  <jupyter-notebook src="https://raw.githubusercontent.com/fonnesbeck/pytenn2014_tutorial/master/Part%202.%20Statistical%20Data%20Modeling.ipynb"></jupyter-notebook>

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 installed. Then run polymer serve to serve your application locally.

Viewing The Component

$ polymer serve

Running Tests

$ polymer test