Re: [sage-cloud] new feature request!

2017-04-19 Thread Harald Schilly
Hello, this is kind of on our roadmap. The actual trajectory is that we first need to rewrite the terminal and improve the underlying way how it works (quite hard, we're not there yet, and several other problems are right now of higher priority). Once that's done, the idea is to replace that

Re: [sage-cloud] email to class

2017-04-06 Thread Harald Schilly
No, we don't have this feature of sending out emails (we have to figure out how to prevent spamming etc., too). The associated ticket is https://github.com/sagemathinc/smc/issues/304 -- harald On Thu, Apr 6, 2017 at 2:28 PM, wrote: > > > Is there a way to send an email

[sage-cloud] Re: RethinkDB to PostgreSQL Migration Question

2017-03-05 Thread Harald Schilly
On Sunday, March 5, 2017 at 2:02:26 AM UTC+1, Robert Lowe wrote: > > > I couldn't find anything that looked like a migration script. Is there > one in the code base? > I think you're looking for https://github.com/sagemathinc/smc/tree/master/src/scripts/postgresql/migrate It's some one-off

Re: [sage-cloud] anaconda 4.3

2017-03-02 Thread Harald Schilly
Hi, I fear a bit that it breaks many packages. But in any case, you can install it in your own project or make your own overlay environment. I'm not sure if it will work with jupyter notebooks, though. You'll have to also install the python kernel and point to that anaconda python. -- harald On

Re: [sage-cloud] Re: Output change

2017-02-10 Thread Harald Schilly
If you're curious, I've already written a patch: https://github.com/sagemathinc/smc/pull/1662 But since I don't know right now which problem was actually *solved* by that recent change, I can't double-check that this in turn doesn't break it again. Hello catch 22 ... webdev is tricky :-) --

Re: [sage-cloud] Output change

2017-02-10 Thread Harald Schilly
Well, that's not intentional. Can you send us a screenshot and a link to the worksheet to h...@sagemath.com please? We'll have a look and try to fix this. -- Harald On Fri, Feb 10, 2017 at 8:19 PM, Aaron Tresham wrote: > Today when I have multiple lines of input in a sage

Re: [sage-cloud] overwriting students' files

2017-02-01 Thread Harald Schilly
On Wed, Feb 1, 2017 at 4:44 AM, wrote: > So am I right in understanding that by opening a student project and > clicking even just on a pdf file, the student will see that the date has > been changed on that file, and will know that I have looked at it? What you see is the

Re: [sage-cloud] LaTeX in SMC

2017-01-26 Thread Harald Schilly
On Thu, Jan 26, 2017 at 2:31 AM, Aaron Tresham wrote: > Did something change overnight? yes, I started to update it and rolled it out yesterday (I've updated the latex editor about every day in the past few days). Can you send us a link to the file? I'm curious what's going

Re: [sage-cloud] usage analytics for a library

2017-01-25 Thread Harald Schilly
On Wed, Jan 25, 2017 at 7:02 PM, Pedro Cruz wrote: > What possible "software analysis" library can we use (online or offline) to > check certain aspects of the usage? You need a way to send the data somewhere, so I don't know how you would want to track offline usage.

[sage-cloud] singluar kernel

2017-01-24 Thread Harald Schilly
Hello, we just enabled the jupyter kernel for "Singular". Thanks to Sebastian Gutsche and whoever else is working on it to make it possible. -- Harald Schilly -- SageMath, Inc. https://cloud.sagemath.com -- You received this message because you are subscribed to the Google Groups &

Re: [sage-cloud] What is the kernel for Apache Spark with Scala?

2017-01-22 Thread Harald Schilly
Hello, I've looked into this, and my conclusion is that everything regarding Spark is kind of broken. I don't know how to tame it in a way that it runs in such a less-privileged project in SMC. Regarding Scala, the idea would be to load the spark libraries and then start from there with the

Re: [sage-cloud] What is the kernel for Apache Spark with Scala?

2017-01-21 Thread Harald Schilly
Hello, we don't have such a kernel and we'll likely discontinue the ones with spark. They aren't really working well and there is also no cluster behind it. -- harald On Sat, Jan 21, 2017 at 12:45 PM, wrote: > Hi, > > I've seen kernels for Apache Spark with

Re: [sage-cloud] SMC Slow ?

2017-01-18 Thread Harald Schilly
Please send us a link to your project to h...@sagemath.com There are many reasons, ranging from too many open processes inside your project, a configuration problem, or even a database glitch. -- harald On Wed, Jan 18, 2017 at 9:52 PM, Matthew Beauregard wrote:

Re: [sage-cloud] Re: SMC Truncates ipynb files

2017-01-17 Thread Harald Schilly
On Tue, Jan 17, 2017 at 5:21 PM, Prof Michael Huster wrote: > I thought it might be the code in the last cell to use a custom css file. I > removed that cell, but I am still getting truncation. This notebook > truncates after the first cell. Hello, can you please tell us

Re: [sage-cloud] Is MySql installed on SageMathCloud?

2017-01-12 Thread Harald Schilly
Hello, we don't run any database instances on the back-end, so you would have to run it inside a project on your own. That's usually not really exciting and we rather recommend file-based databases like SQLite3. There is a wrapper package for SQLite3 in R, would this fit your needs? -- harald

Re: [sage-cloud] Reg: Contributing to Sage Math

2016-12-29 Thread Harald Schilly
This is the developer guide: http://doc.sagemath.org/html/en/developer/index.html -- harald On Thu, Dec 29, 2016 at 6:37 AM, Siddhartha Gairola wrote: > Hello, > > I would like to begin contributing to sage. Would appreciate any help in > this direction. > >

Re: [sage-cloud] Re: beta test: sagews to html export/printing

2016-12-24 Thread Harald Schilly
On Sat, Dec 24, 2016 at 1:52 AM, Aaron Tresham wrote: > I just noticed when converting a sagews with an animation to html today that > the first scene of the animation now appears. I think that's a nice change. > Thank you. Hello, actually, it should be the whole animation. I

Re: [sage-cloud] bibtex not running automatically

2016-12-20 Thread Harald Schilly
I tried clicking "bibtex", but it still wasn't working. I'm betting, that the heuristic is broken and the one from latexmk is much better ^^ -- h -- You received this message because you are subscribed to the Google Groups "sage-cloud" group. To unsubscribe from this group and stop receiving

Re: [sage-cloud] Re: beta test: sagews to html export/printing

2016-12-16 Thread Harald Schilly
On Thu, Dec 15, 2016 at 10:42 PM, Aaron Tresham wrote: > If you print a sagews with an animation ... When coding this, that's one of the things I've not even looked at. Can you send us a link to that worksheet to h...@sagemath.com ? I am not sure what you mean by animation

Re: [sage-cloud] Re: beta test: sagews to html export/printing

2016-12-08 Thread Harald Schilly
... and well, thank's again for testing this. Looking at the first few lines some didn't make sense. Looks like the margins are too small and parts are cut off (e.g. q^10 is missing). I did test this, but obviously not with your example... I hope that's not some sort of browser bug. -- harald --

Re: [sage-cloud] Re: beta test: sagews to html export/printing

2016-12-04 Thread Harald Schilly
On Sat, Dec 3, 2016 at 4:45 PM, Dominique Laurain wrote: > Thank you Harald Sure, thank's for testing! That next update will also be about "getting back to the original sagews worksheet". In particular, it will be possible to download the original sagews file from

Re: [SMC Members] Re: [sage-cloud] Re: beta test: sagews to html export/printing

2016-12-03 Thread Harald Schilly
On Sat, Dec 3, 2016 at 12:12 PM, Harald Schilly <harald.schi...@gmail.com> wrote: > Thank you for testing. I have no idea how to deal with this case, > though, but I'll look into it. > > Ok, I found a solution for this. It will be deployed with one of our next updates.

Re: [sage-cloud] Re: beta test: sagews to html export/printing

2016-12-03 Thread Harald Schilly
Thank you for testing. I have no idea how to deal with this case, though, but I'll look into it. -- Harald -- You received this message because you are subscribed to the Google Groups "sage-cloud" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-cloud] beta test: sagews to html export/printing

2016-12-02 Thread Harald Schilly
Hello friends of SMC! In the past year, there were numerous reports about problems exporting sagews files to PDF. We've worked on incrementally improving it, but that never covered all cases. It's simply the truth, that the intermediate Latex representation can't cover all the cases HTML can

Re: [sage-cloud] Feature: Course signup link?

2016-12-01 Thread Harald Schilly
Hi, well, I think that's harder to implement than you think, because courses are inherently part of the project. But first I want to make sure I understand it: 1. You want to essentially have a "join course" link on your website, which opens up a "special" SMC page. 2. If no account, offer to

Re: [sage-cloud] showing docstring with Tab stopped working

2016-11-02 Thread Harald Schilly
do you work in a sagews or ipython file? and in both cases, it's sage or the sage kernel? -- harald On Wed, Nov 2, 2016 at 6:48 PM, Daniel Krenn wrote: > 2016.factor() > showed the docstring (at least some weeks ago). Today it seems to have > stopped working. > > Best > > Daniel

Re: [sage-cloud] Linking to named locations

2016-10-26 Thread Harald Schilly
Hello, do you mean normal anchor links? Usually, that makes no sense, since in many codemirror based editors those parts of the document aren't part of the webpage at all -- they only show the region where you're currently in (performance, etc.) What I can offer is a way to reference a concrete

Re: [sage-cloud] CSS selector for styling content of Sage worksheet

2016-10-01 Thread Harald Schilly
Well, since there are usually several sagews files opened, wouldn't any change of the css to one of them have implications to all the others? That's probably not your intention. Not sure if this can be solved in an easy way, and might involve writing some specialized functions for this. -- h On

Re: [sage-cloud] local version install failed

2016-09-03 Thread Harald Schilly
Well, seems like William removed the !!! "smiley" without taking care of the accompanying test. Nothing serious, and someone should fix the test. H On Sep 2, 2016 00:57, "Sz Tengely" wrote: > I followed the readme file to install smc and npm test results (187 > passing 1

Re: [sage-cloud] Re: SageMathCloud docker image!

2016-08-23 Thread Harald Schilly
On Tue, Aug 23, 2016 at 4:49 PM, Christophe Bal wrote: > Is there a doc explaining how to launch the SMC server locally ? In the mentioned github repository is a README.md file. That explains all this to you. -- harald -- You received this message because you are

Re: [sage-cloud] Re: How do i remove overtype?

2016-08-20 Thread Harald Schilly
did you accidentally press the insert key? press "ins" again, or however it is called (maybe near your del key) -- h On Sat, Aug 20, 2016 at 7:50 AM, Dima Pasechnik wrote: > it is not clear what kind of Sagemath interface you were using; e.g., if you > used a "usual" text

Re: [sage-cloud] Re: software on smc

2016-08-19 Thread Harald Schilly
cdm > > > On Saturday, August 6, 2016 at 9:10:57 PM UTC-7, c.d. mclean wrote: >> >> >> truly awesome collection ! >> >> thank you for your work >> on this Harald ... >> >> >> >> On Saturday, August 6, 2016 at 5:24:34 AM UTC-7,

Re: [sage-cloud] Installation Problems

2016-08-18 Thread Harald Schilly
Hi, if you want to do dev work, then you should run it via the instructions in src/dev/laptop The projects are all isolated, such that you do not get any information like processes and stuff for who on the compute nodes. There is nothing special going on, except for cgroups. The real problem