fastai / fastpages

An easy to use blogging platform, with enhanced support for Jupyter Notebooks.
https://fastpages.fast.ai/
Apache License 2.0
3.53k stars 756 forks source link

Fastpages Notebook Blog Post | fastpages #41

Closed utterances-bot closed 4 years ago

utterances-bot commented 4 years ago

Fastpages Notebook Blog Post | fastpages

An easy to use blogging platform with support for Jupyter Notebooks.

https://fastai.github.io/2020/02/13/test.html

jph00 commented 4 years ago

Looks good!

scottire commented 4 years ago

Thanks for this tutorial! comments: true powered by utterances is a very nice feature! 🏌️‍♂️

akashpalrecha commented 4 years ago

I'm switching to fastpages ASAP. I had seen several mentions of it online but never actually bothered to look at it because I had my own blog already setup quite comfortably. But this looks and works much better. I'm all for this!

jeremyabramson commented 4 years ago

This is so rad! Huge thanks to the whole team that worked on this. A few questions: 1). Will [interactive] Plotly charts render? I have a feeling I know what Altair was chosen, but I figured it couldn't hurt to ask 🙂 2). Are footnotes supported in notebook (not MD) posts? It'd be cool if they were 3). Any way of enabling line numbering in either code blocks for MD posts or cells in Jupyter posts? That'd certainly be very helpful for tutorial posts.

Either way, this is really wonderful, and I'm looking forward to [finally?!?] being out of excuses to not blog.

Thanks again!

hamelsmu commented 4 years ago

Will [interactive] Plotly charts render?

@jeremyabramson Yes, plot.ly could work See this example by @drscotthawley , I wasn't able to get plot.ly to work reliably, and Scott is doing this workaround to make it work for him. If someone from the community can figure out a robust solution for plot.ly and post on the fast ai forums that would be fantastic.

Are footnotes supported in notebook (not MD) posts?

Yes, see this guide

Any way of enabling line numbering in either code blocks for MD posts or cells in Jupyter posts? That'd certainly be very helpful for tutorial posts.

Possibly, I'll add that to features to look into. Happy to take PRs from anyone though, on this.

zdhiman commented 4 years ago

How can one render latex within a notebook?

# collapse-hide
from IPython.display import display, Math, Latex

display(Math(r"X_n = X_{n-1} + X_{n-2}"))

Is rendered as

$\displaystyle X_n = X_{n-1} + X_{n-2}$

e.g. click here

hamelsmu commented 4 years ago

Please ask on the forums : forums.fast.ai

DonYum commented 4 years ago

Great!

hyunwoongko commented 4 years ago

Good !

hamelsmu commented 4 years ago

This is a test comment

esoreq commented 4 years ago

This is so cool and useful - thanks for sharing

ashudva commented 3 years ago

Oh my posh!

stefanbschneider commented 3 years ago

Why is commenting only enabled for posts made with Jupyter notebooks? Adding comments: true to my markdown posts doesn't help - still no commenting option there.

augustogeog commented 3 years ago

Is there a built-in way to check trafic in a fastpages blogs?

I've been making some posts with fastpages. Loving it! Congratulations on your work!

fercanepari commented 3 years ago

So great! I'm using it for a week and it is very useful!

drscotthawley commented 3 years ago

@augustogeog There is a site-wide google_analytics option that may help. See the README. (“Optionally use a Google Analytics ID for tracking if desired.”)

Zmey56 commented 3 years ago

formula in markdown isn't corect ((( $\beta(x)$ = $Cov(r_i,r_m)\over\delta^2_m$

sparsh-ai commented 2 years ago

After adding around 100 posts, it is now taking 6-8 minutes minimum to build my fastpage site for each new post. Is there any way to reduce this time and obviously, the computation workload on git servers.