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
Update the docker image to install all extras and developer dependencies
(maybe) use poetry over pip to match the recommended installation
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