jgscm
jgscm copied to clipboard
Jupyter support for Google Cloud Storage
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....
 I was able to fix by adding  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  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...