Frédéric Collonval
Frédéric Collonval
I did some more testing. Indeed it does not happen for all notebooks. It seems to depend on the notebook content. You can reproduce the error with the `examples/demo.ipynb` in...
> This would be a breaking change though, and would make many users angry, so I would need a really good reason to do it. Ya I thought so. This...
Thanks @sid-marain to beat me at describing a business use case. In our use case, we generate URL with query arguments from technical tools to be inserted in report or...
Thanks for sharing @ricky-lim I did not know about those information being pass as environment variables to voila (see [code source](https://github.com/voila-dashboards/voila/blob/4ec169831712a7408c77181b1b5663efe93f741e/voila/handler.py#L77) for a full list). It will be much simpler...
Hey @Bl4ck-h00d Thanks for kicking in. The extension has two parts: a front-end in Typescript and a back-end in Python. Whenever you trigger an action from the front-end, it will...
~~Transforming the fake branch name `(HEAD detached at #####)` to `#####` before calling `model.checkout` should solve this issue.~~ Transforming the fake branch name `(HEAD detached at #####)` to `#####` before...
Thanks for the suggestion @alex-kravets
Hey @orome thanks for reaching out. It does not sound like we need a new feature because Git as already its own way (aka adding the files to .gitignore). It...
You can add the binder files to the gitignore file in the same way that people are ignoring a bunch of folders for specific editors; no harm done if files...
Thanks @ronigold for the feedback. Is it possible for you to run JupyterLab in debug mode (add `--debug` when launching JupyterLab) and report the error on the server console you...