-
Notifications
You must be signed in to change notification settings - Fork 14
Previewing visualizations
Alison Appling edited this page Sep 25, 2017
·
2 revisions
One way to view locally, from R console:
servr::httd('target')
Another, from a shell using Python 2:
python -m SimpleHTTPServer
For Python 3, you might be able to do this:
python3 -m http.server
but we haven't had much success with this so far.
Collaborating
Using vizlab
Specific concepts