-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about the book? #12
Comments
I wrote the book in Jupyter notebooks. |
It is wonderful book what I see from its first chapters. You may publish a blog post how you produced the book using Jupyter (I follow your Jupyter posts on your blog). It is still difficult for me going Emacs (or Vim) to Jupyter to type a book or document. |
There's actually not much to it: I used the standard Jupyter notebook API to type text and code, and once the book was finished I used these scripts to turn it into a website. OReilly did the conversion to printed format with an internal tool built on pandoc. |
Tks for sharing (and the note about nbviewer). I want to build a little Python course on a website; I'm juggling with a couple of solutions. I work a lot with RStudio and RMarkdown. But I could not find anything similar with Python; things are improving with the extensions. I consider your approach to build the material. The Software Carpentry website is not bad either. It is reproducible in MkDocs or Pelican. And we can apply Admonitions (coloured ribbons). Any other pythonic tools/widget you know about or would like to point out? |
For static site generation in Python, I've used Pelican, Nikola, and Hyde. I've had the best luck with Pelican (though I did build my personal website with Hyde: http://vanderplas.com) |
Congratulations for the book! I have a question regarding the production of the book. Have you written the book by using Jupyter notebooks or used LaTeX?
The text was updated successfully, but these errors were encountered: