How to pass the class path to ipython's notebook when called from ipzope?
问题 I've been using iypthon as set from ipzope (buildout) for a while and it works without problems. Now I'm trying to use ipython's notebook and I cannot set it up properly. When I create a new notebook it stops IPython's Kernel with an ImportError (see below). I guess that the created Thread in IPython.html.notebook.start() opens the webbrowser without passing the sys.path from the calling process. My workaround is to add the paths in ipzope to PYTHONPATH . When I add all the paths then ipython