Re: [sage-support] Using SageCloud for the production of interactive materials

2017-01-28 Thread William Stein
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 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 interactive such that the user can modify
> and evaluate their content without affecting other users (i.e. like
> embedding a SegeCell cell)?

No, a user would have to make an SMC account and use their own
worksheet (e.g., copy your worksheet over).  Maybe we'll offer such a
feature someday, but probably not this year.

> Is it possible to embed into the published workspace
>
> MathML

?

> Javascript affecting the page rendering

Yes.  use %javascript in a worksheet cell

> CSS

You can make a .css file and use %load, or just include it as an
external style file.

> iframes for third-party materials?

Yes, but it must be https.

> Is it possible to generate headings and a navigation tree following those
> headings?

Not at present.

> Workarounds or recommendations of alternative tools would be welcome as
> well.
>
> --
> 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 post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.



-- 
William (http://wstein.org)

-- 
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 post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Using SageCloud for the production of interactive materials

2017-01-28 Thread Ingo Dahn
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 formulas in MathML to be rendered with
MathJax and I tried to copy this content to %html cells. That didn't work
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 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 interactive such that the user can
> modify
> > and evaluate their content without affecting other users (i.e. like
> > embedding a SegeCell cell)?
>
> No, a user would have to make an SMC account and use their own
> worksheet (e.g., copy your worksheet over).  Maybe we'll offer such a
> feature someday, but probably not this year.
>
> > Is it possible to embed into the published workspace
> >
> > MathML
>
> ?
>
> > Javascript affecting the page rendering
>
> Yes.  use %javascript in a worksheet cell
>
> > CSS
>
> You can make a .css file and use %load, or just include it as an
> external style file.
>
> > iframes for third-party materials?
>
> Yes, but it must be https.
>
> > Is it possible to generate headings and a navigation tree following those
> > headings?
>
> Not at present.
>
> > Workarounds or recommendations of alternative tools would be welcome as
> > well.
> >
> > --
> > 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 post to this group, send email to sage-support@googlegroups.com.
> > Visit this group at https://groups.google.com/group/sage-support.
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
> William (http://wstein.org)
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "sage-support" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/sage-support/RJ_vPj3uGx8/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Using SageCloud for the production of interactive materials

2017-01-28 Thread William Stein
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 formulas in MathML to be rendered with
> MathJax and I tried to copy this content to %html cells. That didn't work
> for the formulas but maybe it will if the MathJax Javascript.can be
> included.

Can you make a sage worksheet with the simplest possible example of
what you're talking about (involving MathML, MathJax) not working,
share it publicly, and put a link here?  Thanks!!

William

>
> 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 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 interactive such that the user can
>> > modify
>> > and evaluate their content without affecting other users (i.e. like
>> > embedding a SegeCell cell)?
>>
>> No, a user would have to make an SMC account and use their own
>> worksheet (e.g., copy your worksheet over).  Maybe we'll offer such a
>> feature someday, but probably not this year.
>>
>> > Is it possible to embed into the published workspace
>> >
>> > MathML
>>
>> ?
>>
>> > Javascript affecting the page rendering
>>
>> Yes.  use %javascript in a worksheet cell
>>
>> > CSS
>>
>> You can make a .css file and use %load, or just include it as an
>> external style file.
>>
>> > iframes for third-party materials?
>>
>> Yes, but it must be https.
>>
>> > Is it possible to generate headings and a navigation tree following
>> > those
>> > headings?
>>
>> Not at present.
>>
>> > Workarounds or recommendations of alternative tools would be welcome as
>> > well.
>> >
>> > --
>> > 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 post to this group, send email to sage-support@googlegroups.com.
>> > Visit this group at https://groups.google.com/group/sage-support.
>> > For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>> --
>> William (http://wstein.org)
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "sage-support" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/sage-support/RJ_vPj3uGx8/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> sage-support+unsubscr...@googlegroups.com.
>> To post to this group, send email to sage-support@googlegroups.com.
>> Visit this group at https://groups.google.com/group/sage-support.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> 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 post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.



-- 
William (http://wstein.org)

-- 
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 post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Using SageCloud for the production of interactive materials

2017-01-29 Thread 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
starting to explore SageCloud and searching in the tutorial didn't help
here.

William Stein  schrieb am Sa., 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 formulas in MathML to be rendered with
> > MathJax and I tried to copy this content to %html cells. That didn't work
> > for the formulas but maybe it will if the MathJax Javascript.can be
> > included.
>
> Can you make a sage worksheet with the simplest possible example of
> what you're talking about (involving MathML, MathJax) not working,
> share it publicly, and put a link here?  Thanks!!
>
> William
>
> >
> > 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 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 interactive such that the user can
> >> > modify
> >> > and evaluate their content without affecting other users (i.e. like
> >> > embedding a SegeCell cell)?
> >>
> >> No, a user would have to make an SMC account and use their own
> >> worksheet (e.g., copy your worksheet over).  Maybe we'll offer such a
> >> feature someday, but probably not this year.
> >>
> >> > Is it possible to embed into the published workspace
> >> >
> >> > MathML
> >>
> >> ?
> >>
> >> > Javascript affecting the page rendering
> >>
> >> Yes.  use %javascript in a worksheet cell
> >>
> >> > CSS
> >>
> >> You can make a .css file and use %load, or just include it as an
> >> external style file.
> >>
> >> > iframes for third-party materials?
> >>
> >> Yes, but it must be https.
> >>
> >> > Is it possible to generate headings and a navigation tree following
> >> > those
> >> > headings?
> >>
> >> Not at present.
> >>
> >> > Workarounds or recommendations of alternative tools would be welcome
> as
> >> > well.
> >> >
> >> > --
> >> > 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 post to this group, send email to sage-support@googlegroups.com.
> >> > Visit this group at https://groups.google.com/group/sage-support.
> >> > For more options, visit https://groups.google.com/d/optout.
> >>
> >>
> >>
> >> --
> >> William (http://wstein.org)
> >>
> >> --
> >> You received this message because you are subscribed to a topic in the
> >> Google Groups "sage-support" group.
> >> To unsubscribe from this topic, visit
> >> https://groups.google.com/d/topic/sage-support/RJ_vPj3uGx8/unsubscribe.
> >> To unsubscribe from this group and all its topics, send an email to
> >> sage-support+unsubscr...@googlegroups.com.
> >> To post to this group, send email to sage-support@googlegroups.com.
> >> Visit this group at https://groups.google.com/group/sage-support.
> >> For more options, visit https://groups.google.com/d/optout.
> >
> > --
> > 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 post to this group, send email to sage-support@googlegroups.com.
> > Visit this group at https://groups.google.com/group/sage-support.
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
> William (http://wstein.org)
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "sage-support" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/sage-support/RJ_vPj3uGx8/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit http

Re: [sage-support] Using SageCloud for the production of interactive materials

2017-06-04 Thread Ingo Dahn
Is there any new information on the use of MathML in %html cells (cf. 
https://www.google.com/url?q=https%3A%2F%2Fcloud.sagemath.com%2Fprojects%2F270eaa8a-2739-4998-a698-28435bf6382c%2Ffiles%2FMathML-Test.sagews&sa=D&sntz=1&usg=AFQjCNF2lEec3QyTamfsbdMUlnjNdeKCuQ)?

Is there support 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 
> starting to explore SageCloud and searching in the tutorial didn't help 
> here.
>
> William Stein  schrieb am Sa., 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 formulas in MathML to be rendered with
>> > MathJax and I tried to copy this content to %html cells. That didn't 
>> work
>> > for the formulas but maybe it will if the MathJax Javascript.can be
>> > included.
>>
>> Can you make a sage worksheet with the simplest possible example of
>> what you're talking about (involving MathML, MathJax) not working,
>> share it publicly, and put a link here?  Thanks!!
>>
>> William
>>
>> >
>> > 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 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 interactive such that the user can
>> >> > modify
>> >> > and evaluate their content without affecting other users (i.e. like
>> >> > embedding a SegeCell cell)?
>> >>
>> >> No, a user would have to make an SMC account and use their own
>> >> worksheet (e.g., copy your worksheet over).  Maybe we'll offer such a
>> >> feature someday, but probably not this year.
>> >>
>> >> > Is it possible to embed into the published workspace
>> >> >
>> >> > MathML
>> >>
>> >> ?
>> >>
>> >> > Javascript affecting the page rendering
>> >>
>> >> Yes.  use %javascript in a worksheet cell
>> >>
>> >> > CSS
>> >>
>> >> You can make a .css file and use %load, or just include it as an
>> >> external style file.
>> >>
>> >> > iframes for third-party materials?
>> >>
>> >> Yes, but it must be https.
>> >>
>> >> > Is it possible to generate headings and a navigation tree following
>> >> > those
>> >> > headings?
>> >>
>> >> Not at present.
>> >>
>> >> > Workarounds or recommendations of alternative tools would be welcome 
>> as
>> >> > well.
>> >> >
>> >> > --
>> >> > 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 post to this group, send email to sage-support@googlegroups.com.
>> >> > Visit this group at https://groups.google.com/group/sage-support.
>> >> > For more options, visit https://groups.google.com/d/optout.
>> >>
>> >>
>> >>
>> >> --
>> >> William (http://wstein.org)
>> >>
>> >> --
>> >> You received this message because you are subscribed to a topic in the
>> >> Google Groups "sage-support" group.
>> >> To unsubscribe from this topic, visit
>> >> https://groups.google.com/d/topic/sage-support/RJ_vPj3uGx8/unsubscribe
>> .
>> >> To unsubscribe from this group and all its topics, send an email to
>> >> sage-support+unsubscr...@googlegroups.com.
>> >> To post to this group, send email to sage-support@googlegroups.com.
>> >> Visit this group at https://groups.google.com/group/sage-support.
>> >> For more options, visit https://groups.google.com/d/optout.
>> >
>> > --
>> > 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 post to this group, send email to sage-support@googlegroups.com.
>> > Visit this group at https://groups.google.com/group/sage-support.
>> > For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>> --
>> William (http://wstein.org)
>>
>> --
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "sage-support" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/sage-support/RJ_vPj3uGx8/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> sage-support+unsubscr...@googlegroups.com.
>> To post to this group, send email to sage-support@googlegr

Re: [sage-support] Using SageCloud for the production of interactive materials

2017-06-04 Thread 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 which makes this hard. So far, we do not have a 
compatible syntax and asciimath was never really on our radar. That's why I 
can only give you the unsatisfactory answer that in theory it should work 
in "%html" cells :-)

-- harald

-- 
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 post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Using SageCloud for the production of interactive materials

2017-06-04 Thread Ingo Dahn
Thanks for the quick reply. In practice it doesn't work as the link I gave 
shows. Unfortunately our students are less than fluent in LaTeX and writing 
\frac{1}{3} instead of 1/3 is a hurdle. Some celltype %html+asciimath or 
%md+asciimath would be helpful.

Am Sonntag, 4. Juni 2017 18:02:06 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 which makes this hard. So far, we do not have a 
> compatible syntax and asciimath was never really on our radar. That's why I 
> can only give you the unsatisfactory answer that in theory it should work 
> in "%html" cells :-)
>
> -- harald
>
>

-- 
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 post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.