jgscm icon indicating copy to clipboard operation
jgscm copied to clipboard

Jupyter support for Google Cloud Storage

Results 7 jgscm issues
Sort by recently updated
recently updated
newest added

How to Save pandas dataframe to csv or pickle ``` import pandas as pd df = pd.DataFrame({"a":[1]}) df.to_csv("asd.csv") ``` This commands work but save local folder not gcp

#### Issue summary: When trying to use notebooks with M87 version in order to use LTS Tensorflow 2.6, and configuring them to use jgscm, this behaves unexpectedly: * First, when...

Hello, When I try to delete a file in the Jupyter UI it accidentally deletes similarly named files. For example, when I delete file, it also deletes file1 and file2....

![image](https://user-images.githubusercontent.com/15324592/40666256-f4e18bac-6367-11e8-8c02-97d069035b69.png) I was able to fix by adding ![image](https://user-images.githubusercontent.com/15324592/40666351-23c969da-6368-11e8-8227-2a522a927345.png) But it looks there are other issues related to working with folders 10x

Looks like need to add explicit dependencies on google-cloud-storage and google-cloud-core. From https://pypi.org/project/google-cloud/ """ WARNING: The google-cloud Python package is deprecated. On June 18, 2018, this package will no longer...

Hi, Looks like url decoding needs to be implemented to support decoded chars in folder names ![image](https://user-images.githubusercontent.com/15324592/40664494-b9e2a616-6363-11e8-833c-90dc38eabfb1.png) 10x

In the `_dir_model` method there is a segment of code that calls `self.get` on every contained blob if contents are set (see below). This organization creates a massive slowdown when...