-
In the context of student projects, we often hear that it would be very helpful to have the topics associated with each article in the .csv export.
For example, there could be the topic identifiers…
-
I need to monitor all our Datalab instances. I know by using [Monitoirng Agent](https://cloud.google.com/monitoring/agent/) we can monitor VMs with many metrics and i need to install it on the Datalab…
-
What are the permissions required to create a datalab?
```
ERROR: (gcloud.alpha.source.repos.create) Failed to create repository [datalab-notebooks] for Project
error": {
"code": 403,
…
-
Hi,
I want to know if everytime I create my datalab, it will create a backup repository bocket ?
The answer is NOT ? Or if there is a way to configure it , besides the option --no-backups ?
I …
-
I created and connected to a datalab instance using `datalab create`. the folder from which I executed contained a `datalab/notebooks` folder with some `.ipynb` files. I modified one, and through the …
-
Hello,
I would like to work with tensorboard debugger. I have two datalabs opened:
1. datalab that launches the tensorboard web application using the below code.
2. datalab running the tensorflow…
-
We are noticing that some datalab notebooks have while other lack the `language_info` sub-object of metadata in the `.ipynb` source. (This matters because [`jupyter nbconvert` looks for it](https://g…
-
When writing Python in Datalab, sometimes Datalab will default to 4 spaces indent, sometimes it default to 2 spaces indent:
![peek 2017-09-19 11-19](https://user-images.githubusercontent.com/200270…
-
We use Jupyter notebooks to access BigTable data like so:
```
from google.cloud import bigtable
from google.cloud import happybase
client = bigtable.Client(project=project_id, admin=True)
instanc…
-
In my Datalab docker container, after installation of some apt, conda and pip packages, the root disk `/` gets full, then Datalab freezes.
### Steps to reproduce
1. On my local Ubuntu
```
data…