Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sage -notebook does not handle options passed to it correctly #2827

Closed
mwhansen opened this issue Apr 6, 2008 · 5 comments
Closed

sage -notebook does not handle options passed to it correctly #2827

mwhansen opened this issue Apr 6, 2008 · 5 comments

Comments

@mwhansen
Copy link
Contributor

mwhansen commented Apr 6, 2008

The suspect code is the following (which isn't flexible enough):

if len(sys.argv) > 1:
    notebook(*sys.argv[1:])

Component: notebook

Issue created by migration from https://trac.sagemath.org/ticket/2827

@sagetrac-mabshoff

This comment has been minimized.

@williamstein
Copy link
Contributor

comment:2

Maybe we should change sage -notebook so that it works like this:

sage -notebook "(secure=True, address='sage.math.washington.edu', accounts=False)"

where anything in quotes is valid Python. What do you think?

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Feb 12, 2009

comment:3

Some recent work went in in this area? Can someone still reproduce this or is this ticket invalid?

Cheers,

Michael

@TimDumol
Copy link
Mannequin

TimDumol mannequin commented Jan 19, 2010

comment:4

Replying to @williamstein:

Maybe we should change sage -notebook so that it works like this:

sage -notebook "(secure=True, address='sage.math.washington.edu', accounts=False)"

where anything in quotes is valid Python. What do you think?

This seems quite reasonable to me. I also remember Dr. Kirkby's problem with specifying server_pool using sage -n.

@jdemeyer jdemeyer modified the milestones: sage-5.11, sage-5.12 Aug 13, 2013
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.1, sage-6.2 Jan 30, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.2, sage-6.3 May 6, 2014
@sagetrac-vbraun-spam sagetrac-vbraun-spam mannequin modified the milestones: sage-6.3, sage-6.4 Aug 10, 2014
@boothby
Copy link

boothby commented Mar 29, 2020

comment:9

Closing deprecated notebook tickets

@boothby boothby closed this as completed Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants