TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Nature: IPython interactive demo

153 pointsby ivoflipseover 10 years ago

10 comments

rjtavaresover 10 years ago
They also have an article about it: <a href="http://www.nature.com/news/interactive-notebooks-sharing-the-code-1.16261" rel="nofollow">http:&#x2F;&#x2F;www.nature.com&#x2F;news&#x2F;interactive-notebooks-sharing-the...</a><p>I love the reproducible science movement and iPython is perfect for that. Glad to see Nature talking about it.
评论 #8566511 未加载
评论 #8565554 未加载
评论 #8566488 未加载
jnollerover 10 years ago
Kyle (lambdaops) did the architecture: <a href="http://lambdaops.com/ipythonjupyter-tmpnb-debuts" rel="nofollow">http:&#x2F;&#x2F;lambdaops.com&#x2F;ipythonjupyter-tmpnb-debuts</a><p>It&#x27;s a pretty amazing story about brining full instant on scientific notebooks to everyone.<p>It&#x27;s running on the High Memory OnMetal instances here at Rackspace. Each container gets 512mb of ram.
评论 #8566121 未加载
joferover 10 years ago
Fantastic to see!!<p>As much as I hope things like this will be a tipping point for python in the scientific community (from a major player to the dominant player), monoculture hurts everyone. Fortunately, one of the great things about ipython&#x2F;jupyter is that it&#x27;s designed to be language independent.<p>I&#x27;m sure a lot of folks here are already aware of this, but just in case you&#x27;re not: There are Julia, R, Haskell, Ruby, and who-knows-what-else kernels for ipython&#x2F;jupyter.<p>I know the basic idea has been around for a long time (e.g. Mathematica), but ipython really is an incredibly well-done and flexible execution of the idea.
baldfatover 10 years ago
IPython needs to be called Jupyter asap or else everyone would think this is a Python only application which happily as an R guy it is not.<p>Love that there are so many &quot;good&quot; open source options in the ecco-system and people will not only show the work BUT also include the cleaning and tidying up of the data which is equally important in my opinion.
评论 #8568211 未加载
评论 #8567138 未加载
3rd3over 10 years ago
It’s great to see IPython here. I think Mathematica is missing a huge opportunity in this area by being proprietary and by not providing a JavaScript implementation of the CDF player.
评论 #8567468 未加载
bayesianhorseover 10 years ago
The biggest strength of the IPython Notebook interface is in communicating computational thinking.<p>With computational thinking I mean any subject matter where the way of arriving at the results is at least as important as the results themselves.<p>With IPython Notebook, you can perform live demos (e.g. live_reveal extension), communicate with your future self or collaborators and even peer reviewers.
lake99over 10 years ago
I see this: &quot;It looks like we&#x27;re full up. Every single IPython Notebook is in use right now! Try again later and maybe you&#x27;ll have better luck. Sorry for the inconvenience!&quot;<p>Can someone tell me something about the notebook? I want to decide if this is something I should bookmark, and visit at a later date.
评论 #8564682 未加载
评论 #8564750 未加载
评论 #8564724 未加载
calebmover 10 years ago
I love IPython Notebook. Interactive public IPython Notebooks are very cool.
nevergetenglishover 10 years ago
A little nitpicking, I change x^2 to x<i>sin(x), then to x</i>Math.sin(x), then x*math.sin(x) to no avail. In wxmaxima you just have an iterative notebook and you have available a lot of symbolic and numeric computations with no fuss. Also you can create section, subsections, convert to pdf and html, save in xml, and much more. What is missing in wxmaxima is a tool to use your mouse in a much more dynamic way.
mapcarover 10 years ago
I&#x27;d never heard of dexy before but has anyone tried it?
评论 #8567713 未加载