Joshua Bronson

Results 67 comments of Joshua Bronson

Submitted #1119 to address this.

(Hi from my work account.) I would propose to start with support for just some environment.yml that the user can specify (#452). (And while we're listing related issues, maybe worth...

Thanks, sounds good. FWIW, I think you can consider #450 out of scope. That should hopefully simplify things significantly.

I changed from /opt/conda/.condarc to /etc/conda/condarc and it fixed this. Thanks for the hint, @maresb! I have filed https://github.com/jupyter/docker-stacks/issues/2173 so that other users of these common base images will hopefully...

In the meantime, I've added [this code](https://github.com/ctcjab/jupyterlab-quick-share/blob/53ceae197954423a334c48ced25e028d30ffb734/src/index.ts#L50-L70) to accomplish this from my own extension, in case it helps anyone else: ```ts function fixJupytextIssue1344(app: JupyterFrontEnd) { (app.shell as ILabShell).layoutModified.connect(() => {...

It's up to you how far you're interested in going here, but the Jupytext users I support would be very happy to see Jupytext offering just a checkbox for "Hack...

Since there's nothing like a picture to illustrate the difference, check out how much cleaner this looks and how much easier it is for users that never actually want to...

Thanks for the link to https://github.com/jupyterlab/jupyterlab/issues/12190 -- just liked and subscribed. Agreed that would be the "right" way to accomplish this. Still, that issue has been open for over 3...

Hi @mwouts, would you consider making `--log-output` (or similar) a built-in feature of `jupytext` so users don't have to resort to the non-obvious papermill trick you provided above? Perhaps also...