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.

The new Jupyter Book

395 pointsby rntcalmost 5 years ago

15 comments

amrrsalmost 5 years ago
This is a really good move. A lot of people have been offering Jupyter Notebooks along with their Books. This should bring down the effort in getting the book out. An important note though, R world has for something called &#x27;bookdown&#x27; for quite sometime and many R developers have used it to write books. <a href="https:&#x2F;&#x2F;bookdown.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bookdown.org&#x2F;</a><p>The only worry is that now a lot of <i>data science enthusiasts</i> are going to try to publish their Jupyter Notebooks collection as Kindle books!
评论 #24138901 未加载
评论 #24137648 未加载
heisenzombiealmost 5 years ago
I love the Jupyter ecosystem but it&#x27;s frustratingly messy sometimes. There&#x27;s already &quot;nbconvert&quot; built in to Jupyter (lab), built on Pandoc. It&#x27;s extremely under-documented but it&#x27;s possible to extend it with templates to generate arbitrary outputs. I&#x27;ve done this to directly generate branded PDF reports via latex. Jupyter Book has a lot of overlap with this feature, but rather than building on nbconvert&#x2F;pandoc, it starts from scratch with Sphinx.<p>Oh well! Keeps things interesting, I suppose!
评论 #24139773 未加载
评论 #24138445 未加载
评论 #24138781 未加载
ehsankiaalmost 5 years ago
It&#x27;s honestly amazing how far this thing that started as ipython has become. From expanding into notebooks, to multiple languages, to huge collaborative web-hosted coding applications. I&#x27;ve been a huge fan of iPython from the very start and I&#x27;m always amazed by seeing this project grow.
larrywrightalmost 5 years ago
In my job I often have to figure out how to solve a problem involving talking to an API or manipulating data in some way and then sharing that information with others. Jupyter notebooks make that so easy, it’s the first tool that I go to. Being able to mix documentation and code, as well as visualizing output, aligns perfectly with the way I think.<p>I’m not entirely sure I have a use for this book feature, at least not yet, but this is a cool addition.
评论 #24139420 未加载
egeozcanalmost 5 years ago
I wish that the notebooks supported Typescript or C# or something I&#x27;m more familiar with, out of the box.<p>For C# I have LinqPad, which I&#x27;m a huge fan of but never discovered something with similar functionality for typescript.<p>I&#x27;ve seen some open source kernels[0] but I&#x27;m not sure about the quality, did anyone try them? Deno core in Jupyter would have been amazing.<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;jupyter&#x2F;jupyter&#x2F;wiki&#x2F;Jupyter-kernels" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jupyter&#x2F;jupyter&#x2F;wiki&#x2F;Jupyter-kernels</a>
评论 #24139544 未加载
评论 #24138042 未加载
评论 #24141582 未加载
cosmojgalmost 5 years ago
I don&#x27;t think there&#x27;s a better stack in all of scientific computing than Julia + Jupyter Books. Lovin&#x27; it.
评论 #24138614 未加载
Myrmornisalmost 5 years ago
I&#x27;m considering choosing something for a writing project with some diagrams that I might like to be executable &#x2F; interactive, so that brought me here. It might be nice if the Jupyter Book and the Executable Book Project web pages acknowledged a bit more that there are alternatives out there and discussed the differences. I&#x27;m particularly thinking of Observable -- it looks like Observable has a good article comparing Jupyter to Observable: <a href="https:&#x2F;&#x2F;observablehq.com&#x2F;@observablehq&#x2F;observable-for-jupyter-users" rel="nofollow">https:&#x2F;&#x2F;observablehq.com&#x2F;@observablehq&#x2F;observable-for-jupyte...</a>
grenoirealmost 5 years ago
I was just discussing with my friend (who&#x27;s currently writing his master&#x27;s thesis) about how frustrating integrating Python results with LaTeX papers can be. In my experience (who wrote his master&#x27;s thesis last year), it was not necessarily the worst, but it required me to complete my methodology and presentation <i>entirely</i> before putting things in LaTeX, because otherwise I would have to spend ridiculous amounts of time updating values that impact multiple tables and graphs.<p>I hope this is <i>it</i>. LaTeX won&#x27;t go away anytime soon, but being able to turn a notebook into a near-finished thesis&#x2F;book (in TeX) would be a-mazing.
tlrobinsonalmost 5 years ago
Call me old-fashioned, but I dislike Jupyter notebooks, or really anything that I can’t easily use with my editor of choice, diffing tools, etc.<p>Jupyter should just be an editor and execution engine that operates on plain text code, using specially formatted comments to delineate cells. If I want to edit it with vim and execute it using plain old Python I should be able to.
评论 #24159803 未加载
tsjqalmost 5 years ago
small nitpick : yikes! Jupyter&#x27;s blog is on Medium :(
评论 #24140058 未加载
评论 #24140349 未加载
russfinkalmost 5 years ago
When do I use Jupyter Notebook and when do I use Jupyter Book? Do I need both? Which is more LaTeX friendly?
评论 #24139541 未加载
xanthalmost 5 years ago
Couldn&#x27;t find the answer in the docs so I&#x27;ll ask here; does this support all the languages that Jupyter does, or does it require kernel specific hooks to function? I&#x27;m specifically interested in producing some C# docs for for our internal application framework.
robinduckettalmost 5 years ago
Is there a Jupyter alternative that&#x27;s just for JavaScript? Like Observable but not Observable.
评论 #24144022 未加载
评论 #24142411 未加载
sandGorgonalmost 5 years ago
<i>&quot;MyST Markdown is a superset of Jupyter Markdown (AKA, CommonMark), &quot;</i><p>Hey Jupyter guys, can you please support asciidoc instead of inventing another MD format.
评论 #24140085 未加载
electriclovealmost 5 years ago
Anyone have a quick tldr on the differences between Jupyter Lab, Jupyter Book, and Jupyter Notebooks?
评论 #24140071 未加载