William Stein
William Stein
First, we change the command line that is run when you click the "JupyterLab server" and "Classical Jupyter" server button in +New (and project settings), so it requires the use...
Make two changes only when running cocalc-docker: - first ever user created is an admin - admin users can sudo (to install more software). Doing this would make cocalc-docker way...
E.g., so postgres is in the default PATH.
See https://github.com/sagemathinc/cocalc/issues/2287
1. Start a docker instance running at `url` 2. Try visiting `url/share` 3. It doesn't work... ... because it was never implemented. Implement it. This means editing the haproxy stuff,...
Scott Nietfeld has a file with this filename `Lesson 1: What is the sum of a thousand random numbers?.ipynb`. - Opening the file fails. - Downloading the file fails (giving...
For example: ``` a = 5 ``` In the Python command line, we get an error: ``` ~/sage2014$ python Python 2.7.3 (default, Feb 27 2014, 19:58:35) [GCC 4.6.3] on linux2...
The parsing of "cell/string" decorators is too aggressive, since this fails: ``` print("%s" % "hi") ``` but it should work ``` In [1]: print("%s" ...: % "hi") hi ```
``` html.table?? File: /projects/xxx/.sagemathcloud/sage_salvus.py Source: def table(self): raise NotImplementedError, "html.table not implemented in SageMathCloud yet" ```