Show More
@@ -204,6 +204,8 b' def run_webapp(q, nbdir, loglevel=0):' | |||
|
204 | 204 | """start the IPython Notebook, and pass port back to the queue""" |
|
205 | 205 | import os |
|
206 | 206 | import IPython.html.notebookapp as nbapp |
|
207 | import sys | |
|
208 | sys.stderr = open(os.devnull, 'w') | |
|
207 | 209 | os.environ["IPYTHONDIR"] = nbdir |
|
208 | 210 | server = nbapp.NotebookApp() |
|
209 | 211 | args = ['--no-browser'] |
General Comments 0
You need to be logged in to leave comments.
Login now