PsiQ / bartiq

Bartiq
https://psiq.github.io/bartiq/
Apache License 2.0
31 stars 9 forks source link

Update devcontainer to include developer dependencies #47

Closed sammorley-short closed 3 months ago

sammorley-short commented 5 months ago

Problem

Currently, the dev container docker image just runs pip install .. But to render the widgets within the notebooks, you will need the jupyter integration extras. Plus, we should probably install other developer dependencies, as detailed in the docs so that it can be used for non-local development (well, we're doing quantum computing after all 😉).

Proposal

CC: @mstechly @dexter2206 @joshes @farshadniayeshpour