[sage-edu] graphe combinatoire

2018-03-17 Thread Henri Girard
Bonjour,
je souhaite travailler avec les graphes, j'ai lancé, 
I would like to work with graphs and combinatoric I know absolutly nothing 
about it, i s there any beginner guide ?
C = graphs.CubeGraph(3);C

Tout de suite il a des choses qui ne me conviennent pas et que je voudrais 
personnaliser (si c'est possible), 

There are things I would like to change (sorry for french and english) 
starting with 1 and not using zero

I would like to begin to 1 not to 0, and changed all the labelled of the 
graph ?

I looked in sagemath doc but it not very explicative ... 

Any comment comments and guide welcome.

Best regards

Henri


-- 
You received this message because you are subscribed to the Google Groups 
"sage-edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-edu+unsubscr...@googlegroups.com.
To post to this group, send email to sage-edu@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-edu.
For more options, visit https://groups.google.com/d/optout.


[sage-edu] Re: nbinteract: Interactive Webpages From Notebooks

2018-03-17 Thread Henri Girard
I am going to try it because I am interesting in interact 
thanks for sharing

Le samedi 24 février 2018 23:20:33 UTC+1, kcrisman a écrit :
>
> Forwarding: This seems like something worth keeping an eye on, though I 
> have no idea how it intersects with existing Sage interactivity and Sage 
> cell embedding.
>
>
> I'm Sam, a grad student at UC Berkeley where I help with Berkeley's data 
>> science education program—I served as the course instructor for Data 8 last 
>> summer and TA'd for the first offerings for Data 8 and Data 100. I'm 
>> working on a tool to generate interactive textbooks and web pages from 
>> Jupyter notebooks and it's now in a state where I'd like to share it with 
>> you.
>>
>> The nbinteract  package allows you to 
>> convert a notebook containing widgets into a standalone HTML page you can 
>> then host online for a textbook or a blog post. Here are some of things we 
>> use it for:
>>
>>
>>- 
>>
>>Allowing readers to adjust parameters of a simulation.
>>- 
>>
>>Creating interactive plots.
>>- 
>>
>>Showing large tables without overflowing the page by letting the 
>>reader scrub through different rows and columns of the table.
>>
>>
>> Here’s a link to see it live. 
>>
>> You are the first people I'm sharing this with so I would love to hear 
>> your feedback, comments, and questions. I am actively developing nbinteract 
>> for educational use so your suggestions are super valuable to me. Feel free 
>> to leave a followup on this thread, send a chat message in our Gitter 
>> channel , or email me directly at 
>> samla...@berkeley.edu .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-edu+unsubscr...@googlegroups.com.
To post to this group, send email to sage-edu@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-edu.
For more options, visit https://groups.google.com/d/optout.


[sage-edu] graphe combinatoire

2018-03-17 Thread dimpase
there is relabel() method in the Graph class. But this question should be in 
sage-support, not here.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-edu+unsubscr...@googlegroups.com.
To post to this group, send email to sage-edu@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-edu.
For more options, visit https://groups.google.com/d/optout.


[sage-edu] Re: graphe combinatoire

2018-03-17 Thread Henri Girard


Le samedi 17 mars 2018 11:30:08 UTC+1, Henri Girard a écrit :
>
> Bonjour,
> je souhaite travailler avec les graphes, j'ai lancé, 
> I would like to work with graphs and combinatoric I know absolutly nothing 
> about it, i s there any beginner guide ?
> C = graphs.CubeGraph(3);C
>
> Tout de suite il a des choses qui ne me conviennent pas et que je voudrais 
> personnaliser (si c'est possible), 
>
> There are things I would like to change (sorry for french and english) 
> starting with 1 and not using zero
>
> I would like to begin to 1 not to 0, and changed all the labelled of the 
> graph ?
>
> I looked in sagemath doc but it not very explicative ... 
>
> Any comment comments and guide welcome.
>
> Best regards
>
> Henri
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-edu+unsubscr...@googlegroups.com.
To post to this group, send email to sage-edu@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-edu.
For more options, visit https://groups.google.com/d/optout.


[sage-edu] Re: graphe combinatoire

2018-03-17 Thread Henri Girard
sorry for duplicate : Thank you 

Le samedi 17 mars 2018 15:46:30 UTC+1, Henri Girard a écrit :
>
>
>
> Le samedi 17 mars 2018 11:30:08 UTC+1, Henri Girard a écrit :
>>
>> Bonjour,
>> je souhaite travailler avec les graphes, j'ai lancé, 
>> I would like to work with graphs and combinatoric I know absolutly 
>> nothing about it, i s there any beginner guide ?
>> C = graphs.CubeGraph(3);C
>>
>> Tout de suite il a des choses qui ne me conviennent pas et que je 
>> voudrais personnaliser (si c'est possible), 
>>
>> There are things I would like to change (sorry for french and english) 
>> starting with 1 and not using zero
>>
>> I would like to begin to 1 not to 0, and changed all the labelled of the 
>> graph ?
>>
>> I looked in sagemath doc but it not very explicative ... 
>>
>> Any comment comments and guide welcome.
>>
>> Best regards
>>
>> Henri
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-edu+unsubscr...@googlegroups.com.
To post to this group, send email to sage-edu@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-edu.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-edu] graphe combinatoire

2018-03-17 Thread Rob Beezer

Dear Henri,

This "work in progress" might be helpful:

http://buzzard.pugetsound.edu/cs/cs.html

Rob

On 03/17/2018 03:30 AM, Henri Girard wrote:

Bonjour,
je souhaite travailler avec les graphes, j'ai lancé,
I would like to work with graphs and combinatoric I know absolutly nothing about 
it, i s there any beginner guide ?



  C = graphs.CubeGraph(3);C

Tout de suite il a des choses qui ne me conviennent pas et que je voudrais 
personnaliser (si c'est possible),


There are things I would like to change (sorry for french and english) starting 
with 1 and not using zero


I would like to begin to 1 not to 0, and changed all the labelled of the graph ?

I looked in sagemath doc but it not very explicative ...

Any comment comments and guide welcome.

Best regards

Henri


--
You received this message because you are subscribed to the Google Groups 
"sage-edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-edu+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-edu@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-edu.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups 
"sage-edu" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-edu+unsubscr...@googlegroups.com.
To post to this group, send email to sage-edu@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-edu.
For more options, visit https://groups.google.com/d/optout.