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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Kronos Notebook – IPython as a Mac App

11 点作者 PieSquared超过 10 年前

2 条评论

gourneau超过 10 年前
There is a open source and free version of the IPython notebook as a OS X app, that has been around since 2013.<p><a href="https://github.com/liyanage/ipython-notebook/wiki" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;liyanage&#x2F;ipython-notebook&#x2F;wiki</a><p>It has a very comprehensive set of scientific Python packages included with it, numpy, pandas, etc.
PieSquared超过 10 年前
Hey all! I&#x27;m really excited to announce this first release of Kronos Notebook, which is just IPython [0] packaged as a Mac app totally independent of any external environment. It comes with its own Python interpreter and package database, so the installation should consist literally only downloading the zip file, unzipping it into &#x2F;Applications (or anywhere else you want to put it), and double clicking on it to run it.<p>If you&#x27;d like to see some of the cool things it can do, I recommend typing in the examples on the website (apologies – for now they&#x27;re images...). In particular, the last example on the website demonstrating interactive widgets is my favorite :)<p>It includes a number of built-in packages and is capable of installing (through a dialog) many others – should work on most PyPi packages, though not ones that require linking to C libraries that aren&#x27;t installed. You can export created notebooks to HTML and do all the other nice stuff IPython usually lets you.<p>This was created along the way to Kronos Haskell [1], which is my IHaskell IPython kernel [2] packaged together with GHC and Cabal by building on top of ghc-dot-app [3]. I took this as an opportunity to experiment with delivering a final, product ready Mac app, including the website, pricing, billing, etc. As a result, I&#x27;d love to have any feedback you have on anything, whether it&#x27;s the application itself, the pricing, the website, or anything else. Happy to answer questions about anything, of course.<p>As an aside, note that there are some other alternatives to this, such as [4]. I think that Kronos is a bit more polished and self-contained – I really tried to go from &quot;proof of concept&quot; stage to &quot;finalized application&quot; stage. Those alternatives, however, were definitely a source of inspiration in coming to do this (though not in any code or structure or anything), so I think they&#x27;re worth mentioning.<p>If you have any issues, please let me know. This is still a work in progress!<p>[0] <a href="http://ipython.org/notebook.html" rel="nofollow">http:&#x2F;&#x2F;ipython.org&#x2F;notebook.html</a> [1] <a href="http://www.kronosnotebook.com/haskell" rel="nofollow">http:&#x2F;&#x2F;www.kronosnotebook.com&#x2F;haskell</a> [2] <a href="https://github.com/gibiansky/IHaskell" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gibiansky&#x2F;IHaskell</a> [3] <a href="https://github.com/ghcformacosx/ghc-dot-app" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ghcformacosx&#x2F;ghc-dot-app</a> [4] <a href="https://github.com/mangecoeur/ipython-desktop" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mangecoeur&#x2F;ipython-desktop</a>
评论 #8918630 未加载