Harry Biddle

Results 14 comments of Harry Biddle

Hey @csaf4370! I'm interested in this too. How much work is involved? Can I be of help?

Hi @djrobstep : I have a question related to content. Iā€™m not sure how to get this question to you, here seems as good a place as any! It looks...

That makes sense, thanks. I read your presentation and noted that you pointed out the "chain of migration" scripts as a downside of the Django approach, and I was confused...

Plus one! It is quite difficult to see where in the file the changes are.

Aha! I've found I can get this to work if I run: ``` jupyter labextension install @jupyterlab/git ``` Should this step be part of the README?

Unfortunately it doesn't seem like it does work through poetry alone šŸ˜ž (assuming that the install-via-setup.py is already in master). If I do this... ```bash $ mkdir /tmp/test && cd...

Awesome, that's perfect. I've created an issue at https://github.com/sdispater/poetry/issues/1615. At the time of writing they had 291 issues, so not sure if they'll ever get to it! šŸ¤ž

To investigate your theory I did an experiment: 1. Install the poetry environment as above, except _without_ the jupyterlab-git line 1. Add the jupyterlab-git line to pyproject.toml. Run `poetry lock...

Thanks for the reply! I've since managed to get around this issue entirely by avoiding celery-once for this use case, so I think it's unfortunately unlikely I'll be able to...