Questions related to the use of Mathematica for creating or manipulating HTML documents.
Questions tagged [html]
125 questions
5
votes
1 answer
Integrating Mathematica in Blackboard
I teach Economics at University. I often use Mathematica to generate interactive diagrams with demand and supply curves. We also use Blackboard (blackboard.com) to manage our subjects, including assessing students through quizzes and numerical…
mariodrumblue
- 95
- 5
5
votes
0 answers
How to deploy a simple game as an html page
I have taken the following code from the mister Wizard answer to my old question Programming the fiver game
DynamicModule[{flip, v, c, square, gui},
flip[i_, j_] :=
(v[##] *= -1;) & @@@
{{i, j}, {i + 1, j}, {i - 1, j}, {i, j + 1}, {i, j -…
cyrille.piatecki
- 4,582
- 13
- 26
4
votes
1 answer
Open an html saved notebook
I have found an html page clearly created using the Save as HTML option of Mathematica. Is there a way to reverse this operation? That is open the html file with Mathematica and render it as a nb file again?
Red
- 267
- 1
- 7
4
votes
0 answers
Does Mathematica's front-end notebook provide a way to render html inside it
Jupyter notebook provide a way to render html in its markdown language cells. I know Jupyter is browser based so clearly could be just using the browser's html renderer. But does Mathematica's notebook has similar rendering engine for html. Since…
user13892
- 9,375
- 1
- 13
- 41
4
votes
1 answer
How to put my Matematica manipulation into html code?
I have a rather simple question to which I can't find answer on web : suppose I have written a Manipulation in Mathematica, a beautiful .nb file that generates some presentation. Let us say, I draw an ellipse.
Manipulate[
ParametricPlot[{a…
Olga
- 203
- 1
- 5
3
votes
1 answer
Add Mathematica to MathJax MathML Right Click Annotation Menu
I have started putting Mathematica code in the annotations portion of on my website, but right now I am editing the code manually. Is there an more robust automated way to do this? Example HTML page shows annotations in menu.
William
- 7,595
- 2
- 22
- 70
2
votes
0 answers
How can I export a html source string as a html file?
A little question.
Consider one html source string,
Export["test.html", htmlsource]
Then I get one html file with a whole image of the source.
Export["test1.txt", fileToExoprt]
CopyFile["test1.txt","test1.html"]
Then I get the result html…
HyperGroups
- 8,619
- 1
- 26
- 63
1
vote
2 answers
Why I cannot use the option "MathOutput"?
I'm on Windows 8.1 with Mathematica 9.
Export["test.html",EvaluationNotebook[],"MathOutput"\[RightArrow]"GIF","CSS"->None]
Export["test.html",EvaluationNotebook[],"CSS"->None,"MathOutput"\[RightArrow]"GIF"]
Export::argt: Export called with 4…
HyperGroups
- 8,619
- 1
- 26
- 63
0
votes
0 answers
Import LaTeX from Wikipedia to Mathematica
Here is one a problem I land on from time to time.
Sometimes while researching, I want to pull a formula presented in a Wikipedia page and import it into Mathematica.
I've heard that Wikipedia uses LaTeX but how could I get that out of the final…
Sinistar
- 1,029
- 1
- 10
- 19