def _gcs_path()

in jupyter-gcs-contents-manager/gcs_contents_manager.py [0:0]


  def _gcs_path(self, normalized_path):
    if not self.bucket_notebooks_path:
      return normalized_path
    if not normalized_path:
      return self.bucket_notebooks_path
    return posixpath.join(self.bucket_notebooks_path, normalized_path)