I tried installing the dev version of IPython today, but when I launched "ipython notebook --pylab = inline", I open an empty notebook (without a control panel, only a blank page), and on the command line:
WARNING:tornado.access:404 GET /static/components/jquery-ui/themes/smoothness/jquery-ui.min.css (127.0.0.1) 0 2013-08-05 16:49:57.365 [tornado.access] WARNING | 404 GET /static/components/jquery/jquery.min.js (127.0.0.1 WARNING:tornado.access:404 GET /static/components/jquery/jquery.min.js (127.0.0.1) 0.00ms 2013-08-05 16:49:57.367 [tornado.access] WARNING | 404 GET /static/components/requirejs/require.js (127.0.0.1 WARNING:tornado.access:404 GET /static/components/requirejs/require.js (127.0.0.1) 0.00ms 2013-08-05 16:49:57.371 [tornado.access] WARNING | 404 GET /static/components/bootstrap/bootstrap/js/bootstra WARNING:tornado.access:404 GET /static/components/bootstrap/bootstrap/js/bootstrap.min.js (127.0.0.1) 1.00ms 2013-08-05 16:49:57.372 [tornado.access] WARNING | 404 GET /static/components/jquery-ui/ui/minified/jquery-ui WARNING:tornado.access:404 GET /static/components/jquery-ui/ui/minified/jquery-ui.min.js (127.0.0.1) 1.00ms
Perhaps this is due to the installation I did, which was based on the manual on the ipython website, but still did not go smoothly. this is what i did:
- python installed.
- Installed disutils
- Installed Protocol
- git installed (from installer)
- cloned ipython code using git
- ipython is installed.
I thought that was enough. but when I tried to start the laptop, it failed, telling me that pyzmq was not found. so I installed pyzmq. the next launch also failed, this time due to jinja2. so I installed it too. the next one I installed a tornado .. and so on until I get a laptop. but when this happened, the above mentioned will happen.
I canβt understand what went wrong. any help?
idoda source share