Go to file
Fernando Perez 6e1bbf8fc3 Start webbrowser in a thread. Prevents lockup with Chrome.
If a user has Chrome set as their default browser (system-wide or via
the `BROWSER` environment variable), opening the notebook hangs
because the chrome call doesn't return immediately.  This solves the
issue by opening the browser in a thread.

Note that there remains an issue where killing the notebook will kill
Chrome if the Chrome session was started by us.  I haven't found a way
to work around that despite attempts by making the webbrowser.open()
call in a subprocess.
2011-10-27 23:52:36 -07:00
docs/source/_static Update docs logo to our current one, other minor fixes. 2011-07-29 23:40:53 -05:00
IPython Start webbrowser in a thread. Prevents lockup with Chrome. 2011-10-27 23:52:36 -07:00
.gitignore Add MANIFEST to ignore list. 2011-10-13 22:13:30 -07:00
.mailmap ENH: initial .mailmap to unify major contributors appearance in shortlog 2011-09-12 17:08:51 -07:00
setup.py Fix setup.py script to be executable (other tools expect this) 2011-10-09 11:28:13 -07:00
setupbase.py protect record_commit_info from configparser error 2011-10-24 13:45:10 -07:00