We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
Some recent work went in in this area? Can someone still reproduce this or is this ticket invalid?
Cheers,
Michael
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.
sage -n
Closing deprecated notebook tickets
boothby
No branches or pull requests
The suspect code is the following (which isn't flexible enough):
Component: notebook
Issue created by migration from https://trac.sagemath.org/ticket/2827
The text was updated successfully, but these errors were encountered: