Hello,<br><br>I am a Python newbie who is excited about using IPython notebook but can't seem to get it installed properly. I downloaded and installed EPD Free 7.3. I've worked through a couple of examples in West McKinney's book "Python for Data Analysis" so I know that IPython works via the console.<br>
<br>At the command prompt, I typed ipython notebook --pylab=inline. A notebook tab appears in my browser (I'm using the latest version of Firefox in Windows Vista, also tried it on my laptop in Windows 7). When I click "Create Notebook" I get "500: Internal Server Error." The error message that appears in the command prompt is copied below.<br>
<br>Thanks for any advice on how to get ipython notebook set up.<br><br>Jeff <br><br>
         <br><br>C:\>ipython notebook --pylab=inline<br>[NotebookApp] Using existing profile dir: u'C:\\Users\\Jeff\\.ipython\\profile_d<br>efault'<br>[NotebookApp] The IPython Notebook is running at: <a href="http://127.0.0.1:8888">http://127.0.0.1:8888</a><br>
[NotebookApp] Use Control-C to stop this server and shut down all kernels.<br>ERROR:root:Uncaught exception GET /new (127.0.0.1)<br>HTTPRequest(protocol='http', host='<a href="http://127.0.0.1:8888">127.0.0.1:8888</a>', method='GET', uri='/new', ve<br>
rsion='HTTP/1.1', remote_ip='127.0.0.1', body='', headers={'Connection': 'keep-a<br>live', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate',<br>
'Referer': '<a href="http://127.0.0.1:8888/">http://127.0.0.1:8888/</a>', 'Host': '<a href="http://127.0.0.1:8888">127.0.0.1:8888</a>', 'Accept': 'text/h<br>tml,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'User-Agent': 'Mozil<br>
la/5.0 (Windows NT 6.0; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0'})<br>Traceback (most recent call last):<br> File "C:\Python27\lib\site-packages\tornado\web.py", line 988, in _execute<br> getattr(self, self.request.method.lower())(*args, **kwargs)<br>
File "C:\Python27\lib\site-packages\tornado\web.py", line 1739, in wrapper<br> return method(self, *args, **kwargs)<br> File "C:\Python27\lib\site-packages\IPython\frontend\html\notebook\handlers.py<br>
", line 245, in get<br> notebook_id = nbm.new_notebook()<br> File "C:\Python27\lib\site-packages\IPython\frontend\html\notebook\notebookman<br>ager.py", line 253, in new_notebook<br> with open(path,'w') as f:<br>
IOError: [Errno 13] Permission denied: u'C:\\Untitled0.ipynb'<br>ERROR:root:500 GET /new (127.0.0.1) 8.00ms<br>ERROR:root:Uncaught exception GET /new (127.0.0.1)<br>HTTPRequest(protocol='http', host='<a href="http://127.0.0.1:8888">127.0.0.1:8888</a>', method='GET', uri='/new', ve<br>
rsion='HTTP/1.1', remote_ip='127.0.0.1', body='', headers={'Connection': 'keep-a<br>live', 'Accept-Language': 'en-US,en;q=0.5', 'Accept-Encoding': 'gzip, deflate',<br>
'Referer': '<a href="http://127.0.0.1:8888/">http://127.0.0.1:8888/</a>', 'Host': '<a href="http://127.0.0.1:8888">127.0.0.1:8888</a>', 'Accept': 'text/h<br>tml,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'User-Agent': 'Mozil<br>
la/5.0 (Windows NT 6.0; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0'})<br>Traceback (most recent call last):<br> File "C:\Python27\lib\site-packages\tornado\web.py", line 988, in _execute<br> getattr(self, self.request.method.lower())(*args, **kwargs)<br>
File "C:\Python27\lib\site-packages\tornado\web.py", line 1739, in wrapper<br> return method(self, *args, **kwargs)<br> File "C:\Python27\lib\site-packages\IPython\frontend\html\notebook\handlers.py<br>
", line 245, in get<br> notebook_id = nbm.new_notebook()<br> File "C:\Python27\lib\site-packages\IPython\frontend\html\notebook\notebookman<br>ager.py", line 253, in new_notebook<br> with open(path,'w') as f:<br>
IOError: [Errno 13] Permission denied: u'C:\\Untitled0.ipynb'<br>ERROR:root:500 GET /new (127.0.0.1) 5.00ms<br><br>