Questions tagged [html]
Questions related to the use of Mathematica for creating or manipulating HTML documents.
128 questions
1 vote
0 answers
112 views
Export to HTML which opens links to web locations in a new tab
I occasionally export notebooks as HTML. These notebooks contain many hyperlinks to web locations that were inserted non-programmatically with ...
0 votes
0 answers
106 views
Save notebook as HTML: Styles not preserved
I am saving a notebook as an HTML document. The html file is created, but the coloring and styles are lost. It appears in black and white. When saved as a PDF, it works. Is there anything extra that I ...
2 votes
0 answers
134 views
How to convert the <table> element into Grid
I got the html source code for this element for this page in Wikipedia: ...
1 vote
0 answers
109 views
Download html file
I want to download the data found on the following page and I am unable to do so. https://resultados.admision.uni.edu.pe/ep1.html I have already tried all the options I find in Mathematica but I can't ...
1 vote
1 answer
268 views
Convert .gif to HTML and keep animation [closed]
I want to convert any .gif in HTML on Mathematica and keep the animation of the gif. For this I use this function: ...
4 votes
1 answer
129 views
How can I wrap groups of cells with HTML tags on export?
Exporting a notebook to HTML in a way that worked with my site's styles was far easier than I anticipated: ...
1 vote
1 answer
414 views
How to publish a Mathematica notebook to a journal as supplementary material?
I've done part of a proof via Mathematica. In the appendix of the paper I've linked to this published notebook, since I misunderstood "With any paid subscription plan, all files stored in the ...
2 votes
1 answer
861 views
How to convert a <table> element into SVG image?
I want to get the SVG format about this <table> element in this page. It looks like this: But I want to get it with a SVG ...
4 votes
1 answer
250 views
Is it possible to build a small web site with vanilla Mathematica? How about a web server?
Note: This question is not about WebMathematica. I speculate it is capable of doing everything about to be discussed. With its diverse capabilities and near endless ...
1 vote
0 answers
33 views
What's the Best Way to Import This GICS Table from the Web? [duplicate]
I am trying to import this table from Wikipedia and create a dataset: https://en.wikipedia.org/wiki/Global_Industry_Classification_Standard ...
0 votes
1 answer
224 views
How to obtain stock information from a website
I want to obtain some information of stock markets from TradingView website. For instance, let us access to S&P index chart through the URL, https://www.tradingview.com/chart/?symbol=SP%3ASPX Now, ...
3 votes
0 answers
96 views
How to insert input into Jupyter notebook using WebExecute
I started web session and opened a Jupyter notebook in it: ...
4 votes
2 answers
435 views
How to extract numbers from a html file?
Consider an .html file. Among the code, it contains there are strings ...
6 votes
1 answer
216 views
Tooltip in a GeoGraphics isn't working when exported as an html file.... it worked some years ago. What gives?
A few years ago, in an earlier version of Mathematica™, I had lovely results in exporting to HTML, a map made with GeoGraphics with Tooltips for counties. I've just tried doing something similar and ...
4 votes
1 answer
167 views
How to work around HTML not importing full HTML as XMLObject
I'm trying to parse some data out of the HTML for a form. Here's a simple one ...