-
Notifications
You must be signed in to change notification settings - Fork 170
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
Create a gallery of interesting books #154
Comments
yeh I think initially we can hand pick some, to get going, then people can make PRs; updating the list of repositories with their own, and we moderate whether to allow them (generally just a cursory check of the site URL). |
that sounds good to me - do you know of any books out there to hand-pick from? Or shall I try to blast twitter or something? |
Just stumbled across this one, never heard of the authors but it looks like great quality. Seriously, in the admonition/tip "Get Involved with Jupyter Book", perhaps add an item asking for contributions to a gallery? |
haha :-) re: adding it to the front page, I think that's a great idea! Once we figure out a pattern for others to follow then we can share it there. |
another cool one from a friend of mine at NYU: https://cranmer.github.io/stats-ds-book/ |
Us (@mbobra) too, maybe! helioml.org |
definitely! (though y'all should upgrade to the latest jupyter book!) |
That's the plan. A bunch of stuff broke when we tried last week and we haven't gone back to debug yet. |
FYI, this is somewhat equivalent to how we handle plugins in AiiDA: https://github.com/aiidateam/aiida-registry: they make a PR which triggers a number of tests on their repo, to check which version of aiida-core they support etc, then when the PR is merged it triggers the documentation build to include their plugin in the registered list: https://aiidateam.github.io/aiida-registry/ |
ah yes that looks fantastic! Basically I think we just want that + a image preview for each book (either a logo or somehow grab a screenshot of their front page) |
I agree, that looks great. If the image is hard then I reckon we should just go ahead with a title and authors, setting the issue of images aside for now. |
Title and authors I think should be easy - if there's a logo that shouldn't be too hard either (since a logo path + a URL means we should just be able to link externally for the image)...but a screenshot might be tricky |
A few others I've come across:
|
another cool one I just noticed from @melaniewalsh! https://melaniewalsh.github.io/Intro-Cultural-Analytics |
Our group has put online its first Jupyter Book. It's still work in progress as it's the first year this course is taught and we add material on a bi-weekly basis. Jupyter Book is really convienent to collect our notebooks in an easy to navigate website for the students. Thanks for all the great work ! |
That PDE book is really nice @bknaepen -- definitely should be in the gallery. |
Hi everybody. I am just gonna do shameless self-promotion and mention my Jupyter Book on Algorithms for Automated Driving. I really enjoy using Jupyter Book. The recent addition of tabs was awesome. I used tabs to
|
We should create a gallery of interesting Jupyter Books that the community can use as inspiration (and to highlight both Jupyter Book and the other projects). A few quick ideas:
We could take a list of public repositories (and optionally paths to a book within those repositories) in a YAML file
logo
file defined in_config.yml
to display a logoWe have a repository at
executablebooks/gallery
that runs a GitHub action that loops through these books and programmatically builds up asphinx-pannels
gallery of links that people can clickAny new PR that's merged to this repo will auto-update the gallery
Who decides what books are in the gallery? (a few options)
Short-list of books to display
The text was updated successfully, but these errors were encountered: