[sage-support] How Does Sage Display Graphical Output?

2016-04-06 Thread kjapolson
I am trying to understand how Sage is working in the background when displaying graphical output. Specifically, how does a SageCell embedded in an html website send its data to the SageCell server, and what does the SageCell do to process graphical data and provide output? I have done some exte

Re: [sage-support] Re: Problems Running a Local SageCell Server

2016-03-12 Thread kjapolson .
e > issues as a side effect (or at least make it more clear what is going on). > > > On Thursday, 10 March 2016 11:08:37 UTC-7, kjapolson wrote: >> >> I am attempting to make a version of the SageCell server in VirtualBox >> using Kubuntu 15.10. I have followed the inst

[sage-support] Problems Running a Local SageCell Server

2016-03-10 Thread kjapolson
I am attempting to make a version of the SageCell server in VirtualBox using Kubuntu 15.10. I have followed the installation instructions at https://github.com/sagemath/sagecell, and I believe I have SageCell built correctly. I have also done most of the configuration instructions and made slig

Re: [sage-support] Re: Installing SageCell Server

2016-03-09 Thread kjapolson .
> > > On Thursday, March 3, 2016 at 2:58:43 AM UTC, kjapolson wrote: >> >> I am attempting to install the SageCell server in VirtualBox using a >> Kubuntu 15.10 operating system. I have used the commands found at >> https://github.com/sagemath/sagecell, but when I call m

[sage-support] Installing SageCell Server

2016-03-02 Thread kjapolson
I am attempting to install the SageCell server in VirtualBox using a Kubuntu 15.10 operating system. I have used the commands found at https://github.com/sagemath/sagecell, but when I call make, there is an error that occurs when building Sage. Specifically, Makefile:596: recipe for target 'all

[sage-support] Re: Issue Displaying 3D Images in SageCell

2016-02-10 Thread kjapolson
I have noticed that using the SageCell that is embedded on sagecell.sagemath.org does not produce this issue. So it might possibly be the way that I have embedded the cell in my html file. I followed the basic template for embedding a SageCell as described at https://sagecell.sagemath.org/stati

[sage-support] Issue Displaying 3D Images in SageCell

2016-02-08 Thread kjapolson
I have created html code for a website that has an embedded SageCell within it. The code plots a 3D image of two lines obtained from the RK4 solution of two differential equations. In SMC, using show(line1+line2) outputs a 3D image that can be rotated using the mouse. However, in the embedded S

[sage-support] Using Sage on a Local Web Server

2016-02-04 Thread kjapolson
I have written some code in Sage and would like to have this code run independently on a local web server without the need for users to create an account to access it, and I am not having a lot of luck. I have tried using Sage server (either 6.10 or 7.0) in VirtualBox to accomplish this, but ne