Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

2 votes
1 answer
46 views

Shifting from Google Collab to Jupyter Notebook

I have a jupyter widget app written fully in google collab. I want to run the same program through jupyter notebook. I tried downloading the collab notebook as .ipnyb and opening it through jupyter, ...
JMS's user avatar
  • 21
0 votes
0 answers
68 views

Not able to execute pyautogui properly on Google-Colab as well as on Anaconda

I am using Google Colab on my OS- Windows and Chromebook. Below is the simple code of pyautogui code, but still it's not executing properly. As it runs properly, this code is on Anaconda (jupyter). !...
Joseph John's user avatar
0 votes
0 answers
272 views

Why is CUDA not included in LD_LIBRARY_PATH for GPU runtimes in Google Colab?

I am installing bitsandbytes on a Google Collab VM and it is not seeing the CUDA install. I can see that CUDA is installed in the default directory but I'm throwing errors when trying to run the ...
Joel Leigh's user avatar
0 votes
0 answers
59 views

How to open up the notebook file as JSON content

Usually ipynb file is basically a JSON file, right? For Colab Enterprise I can not find where the notebook file is. It's not under /content for sure. I see there is a button under tools > Command ...
effortlesswizard's user avatar
1 vote
0 answers
102 views

Real-time output with Conda environment on Colab

I installed Python 3.8 on Google Colab, so I can create an environment using Python 3.6 (as I wasn't able to directly install Python 3.6). I have done it exactly like this, and in order to use python ...
user3425606's user avatar
0 votes
0 answers
69 views

Trying to enable jupyter_http_over_ws but keep getting validation failed: [Win error 5] access denied

I am trying to enable jupyter server extension so that I can run jupyter notebook on colab, I tried to run this command and I get this error: C:\Users\dellb>jupyter server extension enable --py ...
Dellbot's user avatar
0 votes
1 answer
36 views

Preventing multiple runs of a cell in google colaboratory

Here is I define run_once cell magic in order to prevent multiple output in same code in google colaboratory. If it's happen while code is not changed, it will display history output without actual ...
Muhammad Ikhwan Perwira's user avatar
1 vote
0 answers
363 views

Testing Deno Jupyter Kernel in Google Colab

I am running into Google Colab installation/configuration problems. My objective: Execute Typescript directly in a deno-based jupyter notebook kernel. My question: Did I correctly install everything ...
d_-'s user avatar
  • 1,461
0 votes
0 answers
157 views

How to center-align a plot in a Jupyter cell

I have the following plot in Jupyter Notebook, which by default is aligned to the left: import matplotlib.pyplot as plt import numpy as np x = np.array([1.320, 1.127, 0.997, 0.800, 0.587, 0.441, 0....
Tim Hulland's user avatar
0 votes
0 answers
155 views

Cannot install google colab using pip install google-colab

error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [15 lines of output] C:\Users\Himanshu Pant\AppData\Local\Temp\pip-install-...
Himurocks8's user avatar
0 votes
0 answers
111 views

Why can't I save changes to my Colab Notebook from another device?

So, I work on multiple devices and I Colab to work with my projects. When I create a notebook file on my PC, then try to make changes to that notebook, it says I'm not authorised to make changes to ...
Himanshu's user avatar
0 votes
1 answer
120 views

Executable named '[' in /usr/bin in Google colab Jupyter Notebook [duplicate]

Trying to dive a little bit deeper into Jupyter Notebooks, I noticed a strange program located in /usr/bin on the virtual machine of the Google colab: !ls -alF /usr/bin|head -4 returned total 288128 ...
user2206916's user avatar
0 votes
1 answer
341 views

The error during executing selenium webdriver operations either in Jupyter or in Colab

I'm trying to execute the following code, in Jupyter and Colab: import time !pip install selenium from selenium import webdriver #driver = webdriver.Chrome('/path/to/chromedriver') # Optional ...
Eugene's user avatar
  • 23
0 votes
0 answers
218 views

How to use OpenCV in a C++ file on the Google Colab?

I can successfully use OpenCV on my laptop for reading/processing images in C++ using VisualStudio. On the Google Colab however, I get into problem. The OpenCV is pre-installed on Colab, so we should ...
msj's user avatar
  • 1
-1 votes
2 answers
47 views

Python: Generate multiple Solid Color Images by importing a csv file with the RGB color values

I want to Generate multiple Solid Color Images by importing a csv file with the RGB color values. The solid color images size is 1080 x 1080 px. I want all solid color images to be stored in a folder ...
TXTQVQ's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
8