Patrick Mineault

Results 9 comments of Patrick Mineault

I think this could be an interesting theme for "Make it social". I could also cover issues like working in teams, conflict resolution, project management, prioritizing, etc.

I think I would rather wait to batch this with a longer update for working in small teams. I'm talking to some people in early Jan who are interested in...

I have a working stylesheet for jupyterbook that patches the main stylesheet with tufte.css, and does some adjustments. It's also dark mode compatible. Regular: ![image](https://user-images.githubusercontent.com/3516539/134590377-27e5de0d-4d73-487d-bfe7-8400a9f61cdf.png) Dark mode: ![image](https://user-images.githubusercontent.com/3516539/134590315-6d623c2f-d2e4-45bc-a42d-91b1bb70ea76.png) I can...

That's a good question, how did you think generally about theming in the context of jupyterbook? Do you support sphinx themes or is there another mechanism? Dark mode is built...

Hey folks, reviving this thread. I have the tweaked style spread across two repos: https://github.com/patrickmineault/codebook and: https://github.com/patrickmineault/sphinx-book-theme You can see the result live here: https://goodresearch.dev/ What I'm thinking is that...

@mmcky any update on custom theming documentation? My patch to the base jupyter book theme turned out to be short-lived: an update to sphinx-book-theme broke it. I had to [downgrade...

Same issue here: https://nbviewer.jupyter.org/github/patrickmineault/xcorr-notebooks/blob/master/PCA_through_gradient_descent.ipynb

I think that the code is executable is fairly clear given the run button is there - it could also be visually emphasized with line numbers appearing once code is...

Can you try with Python 3.8? That's the version I used. Regarding Python 2, the README does say that fallback.py may be used in case Python 2 is used; however,...