Jacob Stevens-Haas
Jacob Stevens-Haas
I don't think that MemoryDataLayer solves the problem. If I understand @dryden3 correctly, I'm having the same problem. I'm using a Neural Net for regression of dynamics, so my inputs...
@abhishekmittal15 , that PR was on the repository I work on, mentioning that we can't add jupytext as a pre-commit until this issue is resolved.
Thanks @mwouts, works better, but is there a way to exclude files like `examples//example_data.py`? All of my example notebooks offload data generation to those modules. I also get warnings for...
FWIW, I think the `DeprecationWarning` [here](https://github.com/mwouts/jupytext/blob/5d287b11a338788c462ccefae526e9b3b3551c31/jupytext/cli.py#L339) should be a `UserWarning`, since `DeprecationWarning` is ignored by default unless raised in `__main__` module. If I understand correctly, `DeprecationWarning` would make sense if...
> Thank you for your proposal. I understand your concern and agree with you. +1 for improving Sphinx to debug it on IDE. But I don't still understand your proposal....
I can move the examples manually into `docs` - and reconfigure any tools that also manage the notebooks - but then I get the sphinx error that my .ipynb files...
Thanks @mgeier! Reading further on sphinx's page, I can apparently treat conf.py like an extension. I can try defining `setup(app)` to copy/move the notebooks into `docs`... But would it really...
> I don't really know how the structure of your project looks like, so I can't really give any recommendations. > > I think it would be helpful if you...
Personally, I come to flit/poetry/setuptools every six months when I'm starting a new package and thinking "what's the best way to write my pyproject.toml to do PEP517/660/621...?" Accordingly, I see...
> 4. flit should be able to build a project from a git archive In the same spirit as https://github.com/pypa/flit/issues/522#issuecomment-1133748682, I think if you configure pyproject.toml to require VCS, it's...