摘要:如何將發布到中原文是也乎原未天然就內置了這種能力
Title: 如何將 ipynb 發布到 blog 中?
Date: 2014-11-27
Tags: Pythonic,FW,ipynb,tutorial
Slug: 141127-ipynb-into-blog
原文: prooffreader plus: How to quickly turn an IPython notebook into a blog post
IPython notebooks are great for many things, but they"re a little awkward to embed in blog post platforms like Blogger, Wordpress, etc. When the nbconvert feature was a standalone command-line tool, there was a blog export template, but that seems to have disappeared now that nbconvert has been folded within IPython.
Out of the box, nbconvert just has two html export options:
--html
which includes a lot of CSS that interferes with a blog"s CSS, and:
--html --template basic
which has no CSS and so pretty much negates the benefit of using an IPython notebook. However, it does have CSS classess in the text.
My solution was to whip up a quick CSS stylesheet that could be included in the blog post. It seems to work pretty well; you can have a look at:
an IPython notebook in nbviewer of a recent blog post of mine
the blog version after applying this stylesheet.
Note that, for aesthetic reasons, I removed all the
In [1]
-style tags because of the narrow columns on this blog. Your mileage may vary.
1. Convert .ipynb notebook to HTMLIn the terminal, navigate to the folder containing the .ipynb file and type:
ipython nbconvert --to html --template basic filename.ipynb2. Paste HTML in blog
Note: if you"re using the Blogger platform, never switch back to the Compose interface after you use the HTML interface, it changes all your tags.
3. Add CSS to blog HTMLThis seems to reproduce the native syntax highlighting of IPython.
是也乎
原未 IPy[:] notebook 天然就內置了這種能力!
Changelog140107 move into Pelican as zoomquiet.io
131106 pub. EKR to Chinese programmer — I. M. H. O. — Medium
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/37468.html
摘要:讀完本文,你將學會如何使用靜態網站生成器,搭建一個屬于自己的博客,用來展示數據科學作品。靜態網站基本上,一個靜態網站就是一個全是文件的文件夾。建立靜態網站的一種方法是手寫,然后上傳所有的文件到服務器。 這是「打造數據科學作品集」系列文章的第二篇。如果你喜歡該系列,而且想知道下一篇文章什么時候發布,你可以訂閱我們。讀完本文,你將學會如何使用 Pelican 靜態網站生成器,搭建一個屬于...
摘要:去吧,參加一個在上正在舉辦的實時比賽吧試試你所學到的全部知識微軟雅黑深度學習終于看到這個,興奮吧現在,你已經學到了絕大多數關于機器學習的技術,是時候試試深度學習了。微軟雅黑對于深度學習,我也是個新手,就請把這些建議當作參考吧。 如果你想做一個數據科學家,或者作為一個數據科學家你想擴展自己的工具和知識庫,那么,你來對地方了。這篇文章的目的,是給剛開始使用Python進行數據分析的人,指明一條全...
摘要:復雜系統仿真的微博客虛假信息擴散模型研究面向影子分析的社交媒體競爭情報搜集面向人機協同的移動互聯網政務門戶探析經驗證。微博客的企業競爭情報搜集移動社交媒體用戶隱私保護對策研究注意這里的提示,原先的個文件沒有被再次抽取,只有個新文件被抽取。 showImg(https://segmentfault.com/img/bVbiU7y?w=1000&h=508); 本文為你展示,如何用Pyth...
摘要:概述工欲善其事必先利其器,如果現在要評選數據科學中最好用的編輯器注意一定是可以通過訪問的,和一定是角逐的最大熱門,正確使用編輯器可以很大地提升我們的工作效率。 概述 showImg(https://segmentfault.com/img/bVAdol); 工欲善其事必先利其器,如果現在要評選數據科學中最好用的Web 編輯器(注意一定是可以通過Web訪問的),RStudio和Jupyt...
摘要:地址為什么使用遷移學習根據聯合創始人斯坦福副教授吳恩達介紹,遷移學習將會成為機器學習商業成就的下一驅動力。遷移學習是一種機器學習技術,允許在特定的數據集上再利用已訓練的卷積神經網絡,并將其調整或遷移到其他數據集。 GitHub 地址:https://github.com/miguelgfierro/sciblog_support/blob/master/A_Gentle_Introducti...
閱讀 1093·2021-10-12 10:11
閱讀 877·2019-08-30 15:53
閱讀 2286·2019-08-30 14:15
閱讀 2961·2019-08-30 14:09
閱讀 1197·2019-08-29 17:24
閱讀 972·2019-08-26 18:27
閱讀 1283·2019-08-26 11:57
閱讀 2146·2019-08-23 18:23