Skip to content

Commit

Permalink
Merge 34e8fc8 into 15975a7
Browse files Browse the repository at this point in the history
  • Loading branch information
jseabold committed Jul 29, 2014
2 parents 15975a7 + 34e8fc8 commit 90a93a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/nbgenerate.py
Expand Up @@ -6,14 +6,18 @@

# prefer HTML over rST for now until nbconvert changes drop
OUTPUT = "html"
SOURCE_DIR = "/home/skipper/statsmodels/statsmodels/examples/notebooks"

import os
import io
import sys
import time
import shutil

SOURCE_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), "..",
"examples",
"notebooks"))

raise ValueError('stop')
from Queue import Empty

try: # IPython has been refactored
Expand Down

0 comments on commit 90a93a7

Please sign in to comment.