Questions tagged [gcp-notebook]

AI Platform Notebooks is a GCP service that offers an integrated JupyterLab environment where you can create instances running JupyterLab that come pre-installed with the latest data science and machine learning frameworks.

AI Platform Notebooks by Google Cloud Platform

An enterprise notebook service to get your projects up and running in minutes.

AI Platform Notebooks is a managed service that offers an integrated JupyterLab environment in which machine learning developers and data scientists can create instances running JupyterLab that come pre-installed with the latest data science and machine learning frameworks in a single click.

Notebooks is integrated with BigQuery, Cloud Dataproc, and Cloud Dataflow, making it easy to go from data ingestion to preprocessing and exploration, and eventually model training and deployment.

More info at https://cloud.google.com/ai-platform-notebooks/

16 questions
4
votes
1 answer

Is there a way to "reload notebook from disk" automatically and periodically without any pop up on Jupiter-lab?

I would like to collaborate with some people on notebooks using jupyterlab. What I have done so far is to create an instance on GCP and gives them an address to connect to the JupiterLab running in this instance. This works well and we can change…
kiki
  • 563
  • 4
  • 17
3
votes
3 answers

Add Google user to AI Platform Notebook IAM permission

I have created a notebook instance in Google Cloud AI Platform. I must be missing something super obvious, but could someone tell me how to give a user account permission to access to JupyterLab. I can access it myself in my google account but…
3
votes
2 answers

Google Cloud Platform jupyter notebook still runnig after off local PC

I'm new at GCP and I'm trying to keep my process running on Jupyter Notebook after shutting down my local PC. Does anyone know how can I do it? Nowaday I open a terminal on my VM run jupter notebook and then after start the process on jupyter I'd…
Alexandre Gentil
  • 149
  • 1
  • 12
2
votes
2 answers

Unable to install R packages because of problems with Rcpp

To reproduce: Follow the instructions in the README of https://github.com/yencarnacion/GCP-jupyter-notebook open an R jupyter notebook and execute: system("mkdir -p ~/anaconda3/lib/R/library", intern=TRUE) system("echo…
1
vote
1 answer

Use Google Cloud AI Platform - Error message 'Zone doesn't have enough resources available to fulfill request

The answer I read to similar questions doesn't work for me. I am using Google AI Platform notebook and continue to get the following error message for over 24 hours now when try to start the notebook: "The zone…
1
vote
1 answer

google.api_core.exceptions.RetryError: on google-cloud-platform

Hi i am working on Google Cloud API, when i try to run the demo program given on GC documentation, for the following code from google.cloud import language from google.cloud.language import enums from google.cloud.language import types #…
1
vote
2 answers

How to serve previously created Jupyter Notebook on Google Cloud Platform

I have a previously created jupyter notebook that I'd like to run on the Google Cloud Platform. I currently have a notebook instance running on a GCP VM and it works fine. I was also able to create a storage bucket and upload all dataset and…
1
vote
1 answer

Jupyter Notebook running on GCP not showing output after reattach screen linux

I am using Google Cloud Platform to make a machine learning model for a problem. The dataset is huge and the model takes many hours to train. I found the method where we can use screencommand to keep the notebook running so that SSH doesn't…
1
vote
1 answer

GCP) How to keep jupyter session connected after disconnecting jupyter session from my local laptop?

I keep jupyter server running on GCP VM instance by tmux. But the problem is that I wanna keep fitting my model after leaving jupyter server session from my local laptop (eg. I turn off my laptop but jupyter session is still alive, fitting model,…
Roy
  • 159
  • 3
  • 12
1
vote
1 answer

Secure Jupyter Notebook in Gcloud

I set up a jupyter notebook on GCP following the tutorial here: https://towardsdatascience.com/running-jupyter-notebook-in-google-cloud-platform-in-15-min-61e16da34d52 I can successfully run a notebook but I have the warnings: WARNING: The notebook…
1
vote
1 answer

Run jupyter notebook on GCP without any dependency on my laptop

I'm currently using GCP to run the Jupyter notebooks on the notebook server provided by Google. Every time I open the notebook server in commandline, it shuts down when there is a network interruption or power outage on my end. I'm very naive on GCP…
0
votes
1 answer

How to install a custom libarry in Jupyter notebook of GCP?

I am developing a Python library and I need to make it available from GCP Notebook. Is it possible? How? Details: I use Pipenv to manage my library dependencies. Currently my library source code exists in local and in a private git repository. So…
Farah
  • 2,469
  • 5
  • 31
  • 52
0
votes
0 answers

permission issue for selenium webdriver/geckodriver on gcp jupyterlab

I am trying to test run a crawler on GCP jupyter lab before choosing the best solution on GCP. However I am having issues with the webdriver for selenium saying there is a permission issue as per below. I have set up my instance as per documentation…
0
votes
2 answers

Create Jupyter notebook using gcloud command

I'm trying to create a Jupyter notebook on AI platform (https://cloud.google.com/ai-platform/notebooks/docs/create-new) using devops pipeline and for that i need gcloud command to create a Jupyter notebook but i couldn't find out on GCP…
Vivek
  • 10,978
  • 14
  • 48
  • 66
0
votes
1 answer

Can't create GCP AI Platform Notebook with GPU. It says Quota 'GPUS_ALL_REGIONS' exceeded. Limit: 0.0 globally

I'm trying to create an GCP AI Platform Notebook with GPUs. When I create the notebook it gives me the error: Quota 'GPUS_ALL_REGIONS' exceeded. Limit: 0.0 globally However, I have requested a quota increase and had it approved. Why am I still…
Zain Rizvi
  • 23,586
  • 22
  • 91
  • 133
1
2