I open the Py notebook. But it says no browser runable... What does it mean n how to run it!?
So you can open a web browser and point it to "http://127.0.0.1:8888/". Or you can configure the $BROWSER variable by choosing one web browser, using Terminal and typing "export BROWSER=<pathname-to-web-browser>". To make this configuration automatic for : - MeeGo Harmattan native web browser, type in Terminal : $ echo 'export BROWSER=/usr/bin/grob' >> ~/.profile - Fennec/Firefox from Nokia Store, type : $ echo 'export BROWSER=/opt/fennec/lib/fennec-15.0/fennec' >> ~/.profile - Opera Mobile, type : $ echo 'export BROWSER=/opt/operamobile-labs/bin/operamobile-labs' >> ~/.profile Then reboot your Nokia N9 so this configuration will take effect.