Skip to content

Commit

Permalink
formatting for README
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv committed Nov 14, 2015
1 parent bee0837 commit 1036ad3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions examples/app/stocks/README.md
Expand Up @@ -4,7 +4,8 @@ Sample Data
===========

To run the stocks applet example, you first need to download a sample data
file. A python script is included in the applet's directory to collect and extract the data, which can be run directly from the directory:
file. A python script is included in the applet's directory to collect and
extract the data, which can be run directly from the directory:

python download_sample_data.py

Expand All @@ -15,9 +16,9 @@ manually from this location:

http://quantquote.com/files/quantquote_daily_sp500_83986.zip

Once the file is downloaded, move it to this directory and unzip it.
You may be able to unzip the file by clicking on it, or by executing
this command from the command line:
Once the file is downloaded, move it to this directory and unzip it. Unzip
the file by clicking on it (in Windows), or by executing this command from
the command line:

unzip quantquote_daily_sp500_83986.zip

Expand All @@ -33,9 +34,9 @@ Running
Bokeh Server
------------

To view this applet directly from a bokeh server, you simply need to
run a bokeh server and point it at the stock example directory. For example,
from this directory, you can run:
To view this applet directly from a bokeh server, you simply need to run a
bokeh server and point it at the stock example directory. For example, from
this directory, you can run:

bokeh serve .

This comment has been minimized.

Copy link
@havocp

havocp Nov 16, 2015

Contributor

hmm, serving a directory like this doesn't work yet (right?)


Expand Down

0 comments on commit 1036ad3

Please sign in to comment.