Go to file
Bradley M. Froehle 727379ec4f Notebook: Store the username in a cookie whose name is unique.
Cookies cannot be saved on a per-port basis, so a cookie "username" is
shared across all running IPython notebooks with the same hostname.
Using a unique cookie name prevents this collision.

This allows a user to start multiple IPython notebooks and be logged into
each.
2012-08-27 16:59:58 -07:00
docs rebuild example notebooks 2012-06-27 22:31:20 -07:00
IPython Notebook: Store the username in a cookie whose name is unique. 2012-08-27 16:59:58 -07:00
.gitignore Add .tox to .gitignore 2012-06-19 08:13:37 -07:00
.mailmap add Jörgen to mailmap 2012-06-29 17:20:46 -07:00
setup.py allow pip install from github repository directly 2012-08-13 10:19:45 -04:00
setupbase.py remove spurious print statement from setupbase.py 2012-08-01 16:14:21 -07:00