notebook with directory
I tried to use another directory for notebook, but got the folowing :
sage: notebook("Chebyshev")
The notebook files are stored in: Chebyshev.sagenb
Please choose a new password for the Sage Notebook 'admin' user.
Do _not_ choose a stupid password, since anybody who could guess your password
and connect to your machine could access or delete your files.
NOTE: Only the hash of the password you type is stored by Sage.
You can change your password by typing notebook(reset=True).
Enter new password:
Retype new password:
Please login to the notebook with the username 'admin' and the above password.
User admin created with the password you specified.
**********************************************************************
**************************************************
* *
* Open your web browser to http://localhost:8080 *
* *
**************************************************
Executing twistd --pidfile="Chebyshev/sagenb.pid" -ny "Chebyshev.sagenb/twistedconf.tac"
2013-03-01 11:32:10+0100 [-] Log opened.
2013-03-01 11:32:10+0100 [-] twistd 12.3.0 (/usr/lib/sagemath/local/bin/python 2.7.3) starting up.
2013-03-01 11:32:10+0100 [-] reactor class: twisted.internet.epollreactor.EPollReactor.
2013-03-01 11:32:10+0100 [-] Traceback (most recent call last):
2013-03-01 11:32:10+0100 [-] File "/usr/lib/sagemath/local/bin/twistd", line 5, in <module>
2013-03-01 11:32:10+0100 [-] pkg_resources.run_script('Twisted==12.3.0', 'twistd')
2013-03-01 11:32:10+0100 [-] File "/usr/lib/sagemath/local/lib/python2.7/site-packages/distribute-0.6.16-py2.7.egg/pkg_resources.py", line 468, in run_script
2013-03-01 11:32:10+0100 [-] self.require(requires)[0].run_script(script_name, ns)
2013-03-01 11:32:10+0100 [-] File "/usr/lib/sagemath/local/lib/python2.7/site-packages/distribute-0.6.16-py2.7.egg/pkg_resources.py", line 1201, in run_script
2013-03-01 11:32:10+0100 [-] execfile(script_filename, namespace, namespace)
2013-03-01 11:32:10+0100 [-] File "/usr/lib/sagemath/local/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-linux-x86_64.egg/EGG-INFO/scripts/twistd", line 14, in <module>
2013-03-01 11:32:10+0100 [-] run()
2013-03-01 11:32:10+0100 [-] File "/usr/lib/sagemath/local/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/scripts/twistd.py", line 27, in run
2013-03-01 11:32:10+0100 [-] app.run(runApp, ServerOptions)
2013-03-01 11:32:10+0100 [-] File "/usr/lib/sagemath/local/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/application/app.py", line 652, in run
2013-03-01 11:32:10+0100 [-] runApp(config)
2013-03-01 11:32:10+0100 [-] File "/usr/lib/sagemath/local/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/scripts/twistd.py", line 23, in runApp
2013-03-01 11:32:10+0100 [-] _SomeApplicationRunner(config).run()
2013-03-01 11:32:10+0100 [-] File "/usr/lib/sagemath/local/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/application/app.py", line 390, in run
2013-03-01 11:32:10+0100 [-] self.postApplication()
2013-03-01 11:32:10+0100 [-] File "/usr/lib/sagemath/local/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-linux-x86_64.egg/twisted/scripts/_twistd_unix.py", line 230, in postApplication
2013-03-01 11:32:10+0100 [-] self.startApplication(self.application)
2013-03-01 11:32:10+0100 [-] File "/usr/lib/sagemath/local/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-linux-x86_64.egg ...