-
Notifications
You must be signed in to change notification settings - Fork 14
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.
Collaborating
Using vizlab
Specific concepts