Wasim Lorgat

Results 148 comments of Wasim Lorgat

I've been looking into this and there seem to be quite a few issues with Jupyter's trust system **with hooks completely disabled**. I'm not sure when/why these first appeared. See...

This is addressed in https://github.com/fastai/nbdev/pull/832 @hdocmsu are you still having an issue with your first question? The second issue you mentioned is being tracked here: https://github.com/fastai/nbdev/issues/692

Is it not possible to pip install directly from GitHub? Like so (replacing `org` and `repo`): ```sh pip install git+https://github.com/org/repo ``` I believe this syntax even works in requirements files....

My preference would be to make the breaking change to only allow the `GITHUB_TOKEN` environment variable. @hamelsmu @jph00 what do you think?

I'd recommend one of the solutions mentioned in my [other comment](https://github.com/fastai/nbdev-template/issues/13#issuecomment-1581044040). For the .gitignore specifically, you could make a PR to this repo (fork the repo, make the change on...

@aquirdTurtle Thank you for creating this extension! It's one the features I missed most from Jupyter classic. It seems that Jupyter Lab 4.0.0rc0 now has all of the collapsible heading...

This isn't currently supported via the `nbdev_new` command. I would consider one of these two solutions, with a preference for the first: 1. If I wanted more control over `nbdev_new`...

What do you mean by "tedious for multiple devices"? I would host it in a package on the organization's private PyPI server so each user would only need to `pip...

> @seeM @radekosmulski we should start teaching this course. Between us we have lots of stuff we have done already here. Yes! I'm very excited about all of this stuff!

Oof, looks like Quarto directives support a more extended version of YAML these days. Our parser is super simple and doesn't understand "multi-line" directives like this. An immediate workaround would...