Has anyone tried to use SageMath with VR?
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on t
That looks great and I am looking forward to reading it more in detail.
Just two quick questions to get started.
Is this also published on CoCalc?
Why do you prefer the use of Sage Worksheets over Jupyter Notebook?
Best wishes
Ingo
john_perry_usm schrieb am Sonntag, 20. Juni 2021 um 02:58:57 UTC+2
Sounds like an interesting event, what is the intended audience?
Developers? Researchers? Educators? Specific times/tracks for each? Are
there reports from previous events? An Agenda? Will there be records of
presentations?
Regards from Germany
Ingo Dahn
Am Samstag, 23. Mai 2020 02:46:56 UTC+2
rman - Sorry
Ingo Dahn
Am Samstag, 23. Mai 2020 02:46:56 UTC+2 schrieb Matthias Koeppe:
>
> OK, I know how *I* use SageMath.
>
> But how do *you* use it? Let us know in the online SageMath User Forum.
>
> This is one of the activities of next week's *Global Virtual SageDays 109*,
re would
> have an idea where this could come from.
>
> On Tue, Feb 5, 2019 at 10:56 AM Ingo Dahn wrote:
> >
> > Some time ago Sage had a function to pull live stock exchange data and
> that broke.
> > Is there again any way to pull live data from some source?
&g
Some time ago Sage had a function to pull live stock exchange data and that
broke.
Is there again any way to pull live data from some source?
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving ema
On GitHub there is sagews2html. What is the status of this tool?
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-support+unsubscr...@googlegroups.com.
To po
Thanks for the quick reply. Started watching the ticket.
William Stein schrieb am So., 9. Juli 2017 um 05:42 Uhr:
>
> On Sat, Jul 8, 2017 at 8:36 PM Ingo Dahn wrote:
>
>> What is the status of slide presentation support in CoCalc?
>> In a Jupyter notebook within CoCalc I
What is the status of slide presentation support in CoCalc?
In a Jupyter notebook within CoCalc I can define slides but I don't see the
"Reveal live slide show" button to play the show.
Is there a possibility to play a sage.ws as a slide show?
--
You received this message because you are subsc
Is there a way to localise CoCalc to the language of the user's browser by
editing a language file in the Git repo?
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
I have a project on CoCalc and inside the project a course and a ws file
aside of the course. I'd like to add the file to the course as handout but
both search boxes in the handout tab don't show anything.
--
You received this message because you are subscribed to the Google Groups
"sage-suppo
6 UTC+2 schrieb Harald Schilly:
>
>
>
> On Sunday, June 4, 2017 at 1:35:42 PM UTC+2, Ingo Dahn wrote:
>>
>> Is there support for using ASCIIMATH?
>>
>
> Theoretically yes, the module is loaded, but there are overlaps with the
> syntax of other processors whi
rt for using ASCIIMATH?
Am Sonntag, 29. Januar 2017 10:30:44 UTC+1 schrieb Ingo Dahn:
>
> Here it is:
> https://cloud.sagemath.com/projects/270eaa8a-2739-4998-a698-28435bf6382c/files/MathML-Test.sagews
> Please, forgive me if I use the %-directives in the wrong way, I am just
> starti
., 28. Jan. 2017 um 23:35 Uhr:
> On Sat, Jan 28, 2017 at 1:52 PM, Ingo Dahn wrote:
> > Thanks, this helps. I'll stay for now with my current tools including
> > SageCell. The background for asking for MathML was that I have quite a
> > number of HTML content pages with fo
rk
for the formulas but maybe it will if the MathJax Javascript.can be
included.
William Stein schrieb am Sa., 28. Jan. 2017 um 22:38 Uhr:
> On Sat, Jan 28, 2017 at 6:01 AM, Ingo Dahn wrote:
> > I am exploring the potential of SageCloud for the production of
> interactive
> > Math
I am exploring the potential of SageCloud for the production of interactive
Math websites and there are some features I'd like to see but couldn't
realize: I know that it is possible to publish worksheets and that looks
like a promising start, but
- Is it possible to leave some cells interac
connections.
Ingo Dahn schrieb am Fr., 27. Jan. 2017 um 14:14 Uhr:
> It is http://sagecell.sagemath.org/ that I call and that times out. The
> real problem is that I use a set of prepared HTML pages with embedded calls
> to this URL and I would like to avoid having to change them shortly b
It is http://sagecell.sagemath.org/ that I call and that times out. The
real problem is that I use a set of prepared HTML pages with embedded calls
to this URL and I would like to avoid having to change them shortly before
a workshop. From https://wiki.sagemath.org/Infrastructure I see that there
i
Hi,
the Sage Cell server, which I plan to use for a Sage introduction workshop
in the near future, seems to be down, which led me to the question whether
I can set up my own Sage cell server when I install Sage on my server.
B.t.w the Android Sage app on the Google PlayStore doesn't seem to be
Hi,
I am not sure what *simplify *does. For example
q=(x^2+4*x+4)/(x+2)^2
simplify(q)
doesn't do any simplification, while
factor(q) yields 1.
According to tab completion SageCell doesn't seem to support any other form
of *simplify*. Is there any strategy to combine Sage commands in order to
s
show(pf+pt)
What's wrong here?
Ingo
Am Montag, 26. Dezember 2016 15:55:56 UTC+1 schrieb Nils Bruin:
>
> On Monday, December 26, 2016 at 2:55:16 AM UTC-8, Ingo Dahn wrote:
>>
>> Hi,
>> the following code works in SageCell if I remove the argument of the
>
g, 26. Dezember 2016 15:55:56 UTC+1 schrieb Nils Bruin:
>
> On Monday, December 26, 2016 at 2:55:16 AM UTC-8, Ingo Dahn wrote:
>>
>> Hi,
>> the following code works in SageCell if I remove the argument of the
>> anonymous function and uncomment line 3.
>>
>> @int
Hi,
the following code works in SageCell if I remove the argument of the
anonymous function and uncomment line 3.
@interact
def _(f=('$f$',x^2)):
#f(x)=x^2
x0=1
def tangent(g,z):
return derivative(g,x)(z)*(x-z)+g(z)
pf=plot(f,-5,5)
t=tangent(g=f,z=x0)
pt=plot(t,-5,
Additional info: It is not a browser issue - Firefox with Win10 shows the
same behavior with local pages.
Ingo
Am Donnerstag, 14. Juli 2016 16:30:18 UTC+2 schrieb Ingo Dahn:
>
> Further Info: I tested it with Chrome under Win 10 and it doesn't work
> with a local page. The page o
Further Info: I tested it with Chrome under Win 10 and it doesn't work with
a local page. The page on the SageCell site IS working. But when I copy
this page to my site and change all relative links to absolute links
pointing to the sage server, it shows the same problem: "3D Model loading"
and
I have the same problem - 3D rotation works on the SageCell pages but not
on my own
like
http://netmath.vcrp.de/downloads/Skripte/Dahn/AnalysisIndividuell/AnalysisInteraktiv/_graph.html.
It shows a static image and if I hover the mouse over the image it says "3D
model loading" but nothing fur
26 matches
Mail list logo