Hi,
Once gcsfuse installed, run the commands below to mount your bucket to the Jupyter notebook:
$ cd /home/jupyter/
$ sudo -s su jupyter
$ mkdir MOUNT_DIRECTORY
$ /usr/bin/gcsfuse GCS_BUCKET MOUNT_DIRECTORY
Afterwards, in your Jupyter notebook interface, you will find a MOUNT_DIRECTORY folder which will be synced to your GCS bucket.