Skip to main content

Questions tagged [html]

Questions related to the use of Mathematica for creating or manipulating HTML documents.

Filter by
Sorted by
Tagged with
2 votes
1 answer
79 views

I am trying to download data from NOAA and I can't figure out how to construct a query to do it. This URL points to a page that contains data for tides at six minute intervals between Jan 01 2021 and ...
Craig Carter's user avatar
  • 7,544
1 vote
0 answers
112 views

I occasionally export notebooks as HTML. These notebooks contain many hyperlinks to web locations that were inserted non-programmatically with ...
hlediks's user avatar
  • 499
0 votes
0 answers
106 views

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 ...
Chris's user avatar
  • 1
2 votes
0 answers
134 views

I got the html source code for this element for this page in Wikipedia: ...
yode's user avatar
  • 27.8k
1 vote
0 answers
109 views

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 ...
Emerson Villafuerte Jara's user avatar
1 vote
1 answer
268 views

I want to convert any .gif in HTML on Mathematica and keep the animation of the gif. For this I use this function: ...
DuK's user avatar
  • 111
4 votes
1 answer
129 views

Exporting a notebook to HTML in a way that worked with my site's styles was far easier than I anticipated: ...
alltom's user avatar
  • 165
1 vote
1 answer
414 views

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 ...
Jakob's user avatar
  • 171
2 votes
1 answer
861 views

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 ...
yode's user avatar
  • 27.8k
4 votes
1 answer
250 views

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 ...
Jules Manson's user avatar
  • 2,507
1 vote
0 answers
33 views

I am trying to import this table from Wikipedia and create a dataset: https://en.wikipedia.org/wiki/Global_Industry_Classification_Standard ...
MMAUser's user avatar
  • 409
0 votes
1 answer
224 views

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, ...
cheese.burger's user avatar
3 votes
0 answers
96 views

I started web session and opened a Jupyter notebook in it: ...
azerbajdzan's user avatar
  • 32.8k
4 votes
2 answers
435 views

Consider an .html file. Among the code, it contains there are strings ...
John Taylor's user avatar
  • 6,063
6 votes
1 answer
216 views

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 ...
Stephen Wilkus's user avatar
4 votes
1 answer
167 views

I'm trying to parse some data out of the HTML for a form. Here's a simple one ...
b3m2a1's user avatar
  • 48k
8 votes
1 answer
347 views

I'd like to make a contact form exactly like this page: Of course changing the icon and where it gets sent to, but otherwise exactly the same look. Key features: Submit sends an email Field are ...
M.R.'s user avatar
  • 31.9k
2 votes
0 answers
179 views

I need to put text over a background image to make a nice looking banner. In order to find the best place to put it, I'd like to know the "focus points" of the image (basically the centers ...
user5601's user avatar
  • 3,880
1 vote
2 answers
146 views

In a previous question [211112] that deals with importing data from a Wikipedia table directly into a Dataset. For the following data: ...
Stuart Poss's user avatar
  • 2,055
0 votes
0 answers
272 views

I'm using Mathematica 12.x, and I have created a CDF, which I tested using Wolfram Player. I'm trying to make it so that I can have the CDF to be used on a web page. I purchased a non-basic Wolfram ...
Focused Purpose's user avatar
4 votes
1 answer
126 views

I import a XML file, using: xmldatatest = Import["C:\\...\\...\\name.xml", {"XML", "XMLObject"}, "ReadDTD" -> False] ...
Michiel van Mens's user avatar
1 vote
0 answers
98 views

Anyone have any idea why this is failing? The file is there. A file in the same (Windows 10) dir called "test.txt" imports exactly as expected. But .HTML files fail without a useful error ...
John Alley's user avatar
2 votes
1 answer
419 views

I have the following HTML file stored on "C:\local.html": ...
azerbajdzan's user avatar
  • 32.8k
2 votes
0 answers
94 views

On my html5 website on physics, I would like to add computer graphics of tangles, similar to the following photo, and I would like to allow users to rotate the image of a tangle and thus allow viewing ...
Messages from various people's user avatar
4 votes
0 answers
84 views

I am building a package documentation with eclipse workbench. I have used the Mathematica code in the following link Workbench (Eclipse version) HTML Documentation Build HTML issues to fix some ...
F. Aitken's user avatar
  • 111
7 votes
1 answer
989 views

I am trying to load player profile pictures from the following page: https://www.transfermarkt.com/manchester-united/startseite/verein/985/saison_id/2006# I use the following code: ...
Philippe Dufour's user avatar
3 votes
1 answer
93 views

Consider importing the following table from an HTML string: ...
Kagaratsch's user avatar
  • 12.1k
5 votes
1 answer
306 views

If one runs SocketListen on a Virtual Private Server (VPS), in principle one can set up a webpage with the Wolfram Language as a back-end. For instance, with ...
Fortsaint's user avatar
  • 2,090
4 votes
0 answers
342 views

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 ...
user13892's user avatar
  • 10.4k
2 votes
0 answers
157 views

I ran EmbedCode[CloudDeploy[Manipulate[Plot[Sin[x + c], {x, -6, 6}], {c, -1, 1}]]] based on this instruction and obtained the html code for embedding as below:- <...
H42's user avatar
  • 3,509
3 votes
1 answer
364 views

I wanted to create a dataset of all UFO sightings in April of 2018. The AssociationThread doesn't want to work, because some of the entries are missing value, what ...
Artem Anisimov's user avatar
4 votes
1 answer
141 views

I'd like to import plaintext found within paragraph blocks nested anywhere inside certain div's. Here's a page to try it on: ...
user5601's user avatar
  • 3,880
5 votes
0 answers
76 views

If I export a notebook to HTML, this is inserted at the end of every page: ...
Szabolcs's user avatar
  • 239k
2 votes
0 answers
218 views

When exporting to HTML, there is an option to create separate pages for closed cell groups. This is done with the "ConvertClosed" -> "LinkedPage" option, or with ...
Szabolcs's user avatar
  • 239k
4 votes
0 answers
72 views

The \[DirectedEdge] character doesn't appear when I save a notebook as HTML. Here's the notebook, which saves itself to HTML: Here's the HTML: In the HTML, the <...
ConvexMartian's user avatar
3 votes
1 answer
156 views

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 ...
William's user avatar
  • 7,675
4 votes
1 answer
1k views

In the past I have used the function Import in relation with "Hyperlink" to collect hyperlinks and data from the internet. For ...
Michiel van Mens's user avatar
5 votes
0 answers
91 views

I have taken the following code from the mister Wizard answer to my old question Programming the fiver game ...
cyrille.piatecki's user avatar
6 votes
2 answers
369 views

This is expression: ...
partida's user avatar
  • 6,916
4 votes
1 answer
221 views

When I import url, there will show the folling message: "Cannot import data as Graph6 format" The codes as following: ...
zongxian's user avatar
  • 901
3 votes
1 answer
242 views

Bug is present in version 11.2.0 This fragment used to generate a HTML code for a webpage in which the Hyperlink showed up as an active link when viewed in a web ...
hippo3773's user avatar
  • 1,294
0 votes
0 answers
65 views

How can I export whatever I like to an HTML file, without Mathematica ensuring that it conforms to any standard? In other words, how can I get Mathematica simply to assign an .html suffix to a string ...
user avatar
2 votes
1 answer
187 views

I'm interested in building a website theme with Mathematica's XMLTemplate as proposed by C. E. here. The problem is, Mathematica's template syntax is verbose and a ...
b3m2a1's user avatar
  • 48k
0 votes
1 answer
157 views

I will try to keep this example very specific and simple. Let us say I have a text file called file.txt, with path ...
user avatar
0 votes
0 answers
314 views

I've wrote a program notebook to convert chrome bookmark html to new chrome bookmark html, and it can also be imported into IE favorites. One can test it in your own chrome bookmark html[need do ...
HyperGroups's user avatar
  • 8,669
0 votes
0 answers
538 views

I'm working with some scraping and have run into a bit of a problem. The website I am scraping is this: https://seekingalpha.com/symbol/CRM/stocktalks I am essentially trying to scrape the "stock ...
Vic Jongmin Youn's user avatar
1 vote
1 answer
128 views

I've been working with some web scraping and have run into a wall. The website I'm working with is this: https://seekingalpha.com/symbol/TWLO/stocktalks I am trying to scrape all of the "stock talks" ...
Vic Jongmin Youn's user avatar
3 votes
1 answer
240 views

When exporting a notebook to HTML, the notebook's cells render as images, but the text is often squished. For example, this notebook: ... renders as If I manually line-break the code, the picture ...
ConvexMartian's user avatar
2 votes
1 answer
361 views

When I Export a notebook to HTML, Mathematica renders each Manipulate GUI as an object that requires the CDF browser plugin. For example, this notebook: ... renders to this webpage: How can I tell ...
ConvexMartian's user avatar
4 votes
0 answers
150 views

Is there any built-in utility to convert a documentation notebook to the type of page that's on the Wolfram website, e.g. the web version of FormFunction from the ...
b3m2a1's user avatar
  • 48k