-
Notifications
You must be signed in to change notification settings - Fork 38
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
consider jupyter-bookifying recent workshops #68
Comments
oh yeah and also this means that every workshop can get hosted at |
To bookify a workshop:
I'm still fuzzy on how to get the |
Instructions for getting started on windows. If you are on Windows the approach we are using is based on: https://jupyter.org/jupyter-book/intro.html
|
Looks amazing! |
Hey all - this looks awesome :-) just a quick note that if you try building a jupyter book on windows, please do leave feedback about what is hard/confusing/etc! Getting Ruby to work is a huge pain in the butt in my experience, and we're still trying to figure out the right way to guide people through it (hopefully in the future we can switch to Hugo, and this will make everybody's life much easier) |
Hugo all the things ;-> |
This Jupyter book is just amazing!!! |
first I have to learn Hugo (or find someone who knows it) :-) |
In case it helps, this is the method we currently use to set up a book: https://github.com/pysal/notebooks/blob/master/lib/build.py#L77 And below are the ones that build the TOC automatically. To be clear, this is for a very specific structure, but it might be helpful to write a TOC-builder from a more general folder of notebooks maybe? |
many of our recent workshops link directly to a github repository where the source for the workshop is stored. However, @thedatalass correctly notes that this is very alienating for many users.
One thing I've looked into is making jupyter-books for workshop content. This has a few advantages.
The process involved in making jupyter-books out of our workshops will not be complicated. I propose that we do this at least for the first 5/10 workshops.
The text was updated successfully, but these errors were encountered: