Settings

Theme

Ask HN: Best stack for ML blog with lots of code snippets, formulae and graphs?

3 points by Winterflow3r 4 years ago · 1 comment · 1 min read


Hey folks! I want to refurbish my old dusty blog into something new and fancy but without (too many) late nights fighting with yet another static site generator. I want to write more about my experiences working with ML so ideally this would be a tech stack that can easily accommodate maths formulae (nice if it can be a syntax close to LaTeX but I'm not super picky) and interactive graphs (something like a Jupyter notebook widget). Do you have a setup that works well and that you'd like to share? Thanks in advance!

Sirajchokshi 4 years ago

I'd recommend using a Jekyll blog template you like and adding what you need on top of it.

Here are some ways I can think of to accomplish what you want:

  mpld3
export mpl plots to interactive HTML

  jupyter nbconvert --to html notebook.ipynb
to convert notebooks into html

Resources:

https://mpld3.github.io/

http://www.kasimte.com/adding-and-including-jupyter-notebook...

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection