The new Jupyter Book
blog.jupyter.org
The new Jupyter Book
1–10 of 69 posts
Re: The new Jupyter Book
#2The only worry is that now a lot of data science enthusiasts are going to try to publish their Jupyter Notebooks collection as Kindle books!
Re: The new Jupyter Book
#3This 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 'bookdown' for quite sometime and many R developers have used it to write books. https://bookdown.org/ The only worry is that now a lot of data science enthusiasts are going to try to publish their…
For first time i've seen huge resource about R.
Re: The new Jupyter Book
#4For C# I have LinqPad, which I'm a huge fan of but never discovered something with similar functionality for typescript.
I've seen some open source kernels[0] but I'm not sure about the quality, did anyone try them? Deno core in Jupyter would have been amazing.
[0]: https://github.com/jupyter/jupyter/wiki/Jupyter-kernels
Re: The new Jupyter Book
#5I wish that the notebooks supported Typescript or C# or something I'm more familiar with, out of the box. For C# I have LinqPad, which I'm a huge fan of but never discovered something with similar functionality for typescript. I've seen some open source kernels[0] but I'm not sure about the quality, did anyone try them? Deno core in Jupyter would have been amazing. [0]: https://github.com/jupyter/jupyter/wiki/Jupyter…
Re: The new Jupyter Book
#6I’m not entirely sure I have a use for this book feature, at least not yet, but this is a cool addition.
Re: The new Jupyter Book
#7Re: The new Jupyter Book
#8Oh well! Keeps things interesting, I suppose!
Re: The new Jupyter Book
#9I love the Jupyter ecosystem but it's frustratingly messy sometimes. There's already "nbconvert" built in to Jupyter (lab), built on Pandoc. It's extremely under-documented but it's possible to extend it with templates to generate arbitrary outputs. I'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/pandoc, it s…