Show More
@@ -202,7 +202,9 b" js_test_group_names = {'js'}" | |||
|
202 | 202 | |
|
203 | 203 | def run_webapp(q, nbdir, loglevel=0): |
|
204 | 204 | """start the IPython Notebook, and pass port back to the queue""" |
|
205 | import os | |
|
205 | 206 | import IPython.html.notebookapp as nbapp |
|
207 | os.environ["IPYTHONDIR"] = nbdir | |
|
206 | 208 | server = nbapp.NotebookApp() |
|
207 | 209 | args = ['--no-browser'] |
|
208 | 210 | args.append('--notebook-dir='+nbdir) |
General Comments 0
You need to be logged in to leave comments.
Login now