You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# in the base env, in which jupyter lab runs
python -m ipykernel install --user --name=deconv
# or, to mimic nb_conda_kernels
python -m ipykernel install --user --name=conda-env-deconv-py
install helpers
# in the deconv env
pip install --verbose --no-build-isolation --editable .
configuring access to google cloud storage with gcloud auth
gcloud auth application-default login
# and maybe also...
gcloud auth login
gcloud config set project keen-dispatch-316219
restart jupyter lab server
sudo service jupyter status
sudo service jupyter restart