-
Hello,
I am trying to install the jupyter extension based on the instructions in the README file; the installation works, but running the "enable" command is failing with the error trace shown belo…
-
Again, from discussions with @veronika-sedajova! I tried out datalab on my phone with some pretty big echem data. It actually performs remarkably well (comparable speed to the desktop browser given ho…
-
### Description:
The `skimage.measure.find_contours` function sometimes returns contours which are entirely outside the input array masked areas, and thus that should be filtered out. This was repo…
-
From @elisno :
```
class OutlierIssueManager:
...
def collect_info(self, *, knn_graph: Optional[csr_matrix] = None) -> dict:
issues_dict = {
"average_ood_score": self.issue…
-
- Map fields popup if any fields used do not exist in the new DataLab
ghost updated
4 years ago
-
Hi,
My datalab instance is very slow to respond. It is an instance that I am working with for few weeks.
Execution of one cell takes long. Last week there were Google Cloud issues - so I was assum…
-
Looks like Datalab is not using the user specific credentials when bucket storage data are accessed.
It will be nice that the user can be able to run as Owner (and access restricted buckets) or as a V…
-
I'm struggling to sign in to datalab after signing out. Specifically the behaviour is as follows:
1) Sign in with icon at top right with no issues
2) Click sign out, again in top right menu
3) Wa…
-
Running 'datalab create instance_name' fails because a regex fails. See below.
$ gcloud components install datalab
Your current Cloud SDK version is: 151.0.0
Installing components from versio…
-
Hello all,
I am running the following simplified code from DoFn (ParDo) apache_beam code on datalab
```
from PIL import Image
img = Image.fromarray(array)
img.save('testrgb.png')
```
im…