William don't you know I wouldn't say that !
Sorry, my english is not too good nowadays, I went one month in China
and I came back very tired :)
1) worksheet
2) jupyter notebook
3) It's vpython example, it links to all examples
Hope I am clearer
Le 22/08/2016 à 10:48, William Stein a écrit :
On Sun, Aug 21, 2016 at 10:31 PM, HG <henri.gir...@gmail.com> wrote:
Hi,
I don't know how to make a toc of sagemath workshit
Can you clarify?
(1) I assume you aren't trying to be insulting by saying "workshit".
(2) Are you talking about sagemathcloud or sagenb or jupyter?
(3) What's an example?
Kind of index.ipynb with a link to different notebook.
Regards
Henri
--
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.
--
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.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"collapsed": false
},
"source": [
"### Jupyter VPython: navigable real-time 3D animations, done simply\n",
"##### See [vpython.org](http://vpython.org) for how to obtain and use the
vpython module\n",
"\n",
">Right button drag or Ctrl-drag to rotate \"camera\" to view scene. \n",
"To zoom, drag with middle button or Alt/Option depressed, or use scroll
wheel. \n",
" On a two-button mouse, middle is left
+ right. \n",
"Touch screen: pinch/extend to zoom, swipe or two-finger rotate.\n",
"\n",
"##### If asked to pick a notebook type, choose VPython.\n",
"\n",
"[Atomic solid](Demos/AtomicSolid.ipynb): ball-and-spring model of a
solid\n",
"\n",
"[Binary star](Demos/BinaryStar.ipynb): two stars orbit each other\n",
"\n",
"[Bounce](Demos/Bounce.ipynb): a ball bounces in a 3D box\n",
"\n",
"[Local moving lights](Demos/BoxLightTest.ipynb): local lights moving
around the scene\n",
"\n",
"[Buttons, sliders, and menus](Demos/ButtonsSlidersMenus.ipynb): widgets
controlling a scene\n",
"\n",
"[RGB-HSV colors](Demos/Color-RGB-HSV.ipynb): RGB <-> HSV color
conversions\n",
"\n",
"[Dipole electric field](Demos/DipoleElectricField.ipynb): the electric
field of a dipole (+ and - charges)\n",
"\n",
"[Double pendulum](Demos/DoublePendulum.ipynb): a double pendulum shows
chaotic motion\n",
"\n",
"[Live graphs](Demos/Graphs.ipynb): incremental graphing; mouse over the
graph with crosshairs\n",
"\n",
"[Gyroscope](Demos/Gyroscope.ipynb): a gyroscope precessing and nutting on
a pedestal\n",
"\n",
"[Gyroscope-suspended](Demos/Gyroscope-Suspended.ipynb): a gyroscope
suspended from a spring\n",
"\n",
"[Hard-sphere gas](Demos/HardSphereGas.ipynb): a gas of colliding hard
spheres, with graph of speed distribution\n",
"\n",
"[Lorenz function](Demos/Lorenz.ipynb): the Lorenz function\n",
"\n",
"[Mouse dragging](Demos/MouseDrag.ipynb): drag objects with the mouse\n",
"\n",
"[Mouse picking](Demos/MousePicking.ipynb): click on an object to change
its color; see [technical
details](http://www.glowscript.org/docs/GlowScriptDocs/technical.html)\n",
"\n",
"[Plot 3D function](Demos/Plot3D.ipynb): plot a function of x, y, and t\n",
"\n",
"[Rotating boxes](Demos/RotatingBoxes.ipynb): 1000 rotating boxes\n",
"\n",
"[Rug](Demos/Rug.ipynb): a wave moves along a Navajo rug\n",
"\n",
"[Stars](Demos/Stars.ipynb): 20 stars interacting with each other
gravitationally\n",
"\n",
"[Surreal Stonehenge](Demos/Stonehenge.ipynb): fly through a surreal
scene\n",
"\n",
"[Textures](Demos/Textures.ipynb): textures currently supported by Jupyter
VPython\n",
"\n",
"[Transparency](Demos/Transparency.ipynb): true pixel-level transparency;
see [technical
details](http://www.glowscript.org/docs/GlowScriptDocs/technical.html)\n",
"\n",
"[VPython objects](Demos/VPythonObjects.ipynb): examples of most of the
VPython objects"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1"
}
},
"nbformat": 4,
"nbformat_minor": 0
}