Fernando Pérez
Fernando Pérez
I'm going to close this as the real issue is in the matplotlib-inline repo, fixed and only pending release of a new version.
I've seen this before and spent a _lot_ of time trying to track it down. It's very annoying, but it comes from git itself. Git detects how it's being called...
Good catch, @takluyver. I don't remember anymore what I tried, it was a while back. If we can do something on our side to improve this, then obviously we should....
Thanks a lot @choldgraf for opening this one! Indeed, for me the use case is that when using JBook on a hosted hub, I need to modify the sphinx build...
A few notes based on the above feedback: **On declarative vs imperative systems** I'm a big fan also of declarative systems, but they have by construction a tough challenge with...
Unfortunately I haven't had time to pitch in further on this discussion in more depth. A few quick points: - while I agree with @psychemedia that we _really_ need to...
Agreed @psychemedia - the `jupyterlab-myst` extension is already great progress in this direction, big kudos to @agoose77 for it :) And I agree fully with the idea that Jupyter isn't...
BTW - as a rule of thumb, instructions that call for using pip/conda from within a notebook should in general use the `%pip` and `%conda` magics instead of the `!pip`/`!conda`...
No, I haven't tested yet deploying GCM inside our hub. My workflow is much more ssh- than https-centric, so for now (given limited time) I'll focus on that aspect, but...
Thanks @dhirschfeld! To clarify - what's the setup in your case? Locally running or in the cloud/remote system? And if local, are you starting jupyterlab straight from a terminal, or...