TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Embedding D3 in an IPython Notebook

72 点作者 c_moscardi超过 9 年前

6 条评论

spot超过 9 年前
Beaker Notebook has much cleaner support for integrating d3 (or any JS lib) with Python or other languages: <a href="http:&#x2F;&#x2F;sharing.beakernotebook.com&#x2F;gist&#x2F;anonymous&#x2F;e21582541d7c1fe60eb4" rel="nofollow">http:&#x2F;&#x2F;sharing.beakernotebook.com&#x2F;gist&#x2F;anonymous&#x2F;e21582541d7...</a><p>learn more at <a href="http:&#x2F;&#x2F;BeakerNotebook.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;BeakerNotebook.com&#x2F;</a>
评论 #10129457 未加载
评论 #10130952 未加载
评论 #10130259 未加载
评论 #10130880 未加载
评论 #10128965 未加载
teamonkey超过 9 年前
The Jupyter web page is a fine example of reverse information distribution. I went from&quot; I think I know what this is&quot; to &quot;I have no idea what this is&quot; within seconds of the page loading.
评论 #10128581 未加载
评论 #10128695 未加载
rasmi超过 9 年前
FYI, the latest Jupyter + matplotlib have interactive plotting inline with &quot;%matplotlib notebook&quot;. The server must be running for this to work (so you can&#x27;t interact with static ipynb files in nbviewer, for example), but a static version of the plot is generated for static notebooks. There are also some changes coming down the line to expose the traits of matplotlib plots so that libraries like mpld3 can be integrated more seamlessly.<p>(Also, Hi Christian!)
评论 #10133813 未加载
评论 #10130851 未加载
nl超过 9 年前
Interestingly, Zeppelin (a competitor to IPython&#x2F;Jupyter mostly aimed at use with Spark) uses D3 for most of its visualizations.<p>IMHO Jupyter is actually easier to get working (even with Spark support) though.<p>[1] <a href="https:&#x2F;&#x2F;zeppelin.incubator.apache.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;zeppelin.incubator.apache.org&#x2F;</a>
NelsonMinar超过 9 年前
IPython feels like an important new way to do computing, particularly for exploring and teaching. I love the idea of bringing more powerful HTML tools into it.
fokz超过 9 年前
I was wondering if your page menu accept input, and it really does. So cool!
评论 #10129439 未加载