Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Previewing visualizations

Alison Appling edited this page Feb 26, 2018 · 2 revisions

One way to view locally, from R console:

servr::httd('target')

Another, from a shell using Python 2:

cd target
python -m SimpleHTTPServer

For Python 3, you might be able to do this:

cd target
python3 -m http.server

but we haven't had much success with this so far.

Clone this wiki locally