William Stein
William Stein
This will be fixed in https://github.com/sagemathinc/cocalc/pull/8118, which will be released soon.
Only the students/ subdirectory is copied to students. You'll have to copy the images directory into that subdirectory manually. I can't think of any possible way to solve the problem...
Regarding "You'll have to copy the images directory into that subdirectory manually." it's now the case the the images are stored as blobs in a blobstore (just like here on...
@johnjeng
Related issue https://github.com/sagemathinc/cocalc/issues/2863
Can you set a base url for snakeviz? https://doc.cocalc.com/howto/webserver.html#using-the-port-proxy Note the big warning in https://doc.cocalc.com/howto/webserver.html#webserver-proxy
Their cli options are: ``` ~$ snakeviz --help usage: snakeviz [-h] [-v] [-H ADDR] [-p PORT] [-b BROWSER_PATH] [-s] filename Start SnakeViz to view a Python profile. positional arguments: filename...
My guess is that slightly changing this line https://github.com/jiffyclub/snakeviz/blob/master/snakeviz/main.py#L67 would be how to add a base url. But there would also be several other places where they explicitly hardcode /snakeviz,...
Is this specific to Jupyter notebooks or does the same thing happen with all file types? Is the behavior you want that chat be cleared? No matter what behind the...