Ticket #693 (needs_review enhancement)
Script to spawn a browser / start notebook.
| Reported by: | boothby | Owned by: | boothby |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.3.4 |
| Component: | notebook | Keywords: | |
| Cc: | was, mpatel, wjp, acleone | Author(s): | Tim Dumol, Mitesh Patel |
| Report Upstream: | N/A | Reviewer(s): | |
| Merged in: | Work issues: |
Description
I've had an icon sitting on my desktop for about a week now. When I click on it, and it starts a notebook in a background terminal and spawns a browser. I'd like to be able to click it a second time, and open another browser window, instead of the current behavior of attempting to start another notebook.
Should work something like this:
if not notebook_is_running:
notebook(settings from commandline, open_browser=True)
else:
open_browser(settings from commandline)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

