This page collects some resources to help you build your visualization output (blogs or webpages summarizing and demonstrating the key takeaways of your project).
You'll see that you need three main components: A title, some (but not too many) main figures, and some written explanations.
In general, the figures should be self-explanatory. A random reader of your website should be able to get the main point of your project, and they will learn more by reading the text.
You can also decide whether you would like your visualizations to be static or interactive. Static visualizations are easier to embed in your blog, while interactive ones are a bit more fun and engaging to the readers (but don't overuse them since you risk confusing the reader if it's too complicated).
There are several ways you can build and host your own website / blog for free. One easy and popular way nowadays is via Github Pages. You can simply follow the few steps in this guide to create your own github pages.
In principle, if you already saved your plots in static formats (svg, png, jpg, etc), you can add them to your github pages repo, edit the htmls of your github pages (ex. index.html
), and push the repo to Github. The figure will them show up in http://username.github.io/repository
.
There are also some simpler ways to deploy your visualizations.
If you mainly work with Jupyter Notebook, you can:
--no-input
to hide the code cells) $ jupyter nbconvert --to html --no-input NOTEBOOK-NAME.ipynb
NOTEBOOK-NAME.html
to your visualization Github pages repo. Rename it to index.html
. Push it to Github then your rendered notebook will show up on http://username.github.io/repository
.If you work with Rmarkdown notebooks, you can:
index.html
. Push it to Github then your rendered notebook will show up on http://username.github.io/repository
.You will need some additional libraries in Python or R to generate interactive plots.
In general, interactive visualizations won't work completely on your (static) Github pages. Some packages would provide ways that you can embed iframe
in your Github pages (for example, see this guide for Plotly) so that you can see your interactive visualizations on your website.
If you work in R, this online book will be useful for publishing interactive plots.
If you would like to take full control of your interactive visualization, one popular way is to write it in d3.js.
There's recently some free services devoted to creating collaborative notebooks specifically for d3.js visualizations: Observable. See this example.
After creating your notebook in Observable, you can also embed them into your Github pages. See this demo and this guide.
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing