腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
在
本地
python
虚拟环境
中
运行
google
colab
python
、
localhost
、
virtualenv
、
google-colaboratory
我知道如何在
本地
运行
时
运行
google
colab
实例。但这似乎只考虑了整个
python
环境。我想做的是创建一个
本地
虚拟环境
,可能在anaconda中使用pipenv,然后将我的
colab
笔记本连接到那个特定的
虚拟环境
。 这怎么可能呢?
浏览 60
提问于2020-03-25
得票数 1
4
回答
为什么设置
本地
目录的--package-path会在gcloud
中
给出
python
not found错误?
google-cloud-platform
、
gcloud
我正尝试
在
本地
运行
一个gcloud作业。我试着: !
Colab
的/content文件夹下的trainer目录。我想在
本地
机器上使用,所以我尝试: ! gcloud config set ml_engine/local_
python
$(which
python
3) /home/me/anaconda3/envs/
浏览 46
提问于2019-12-13
得票数 0
回答已采纳
3
回答
如何在
本地
机器上安装和使用?
python
、
pip
、
google-colaboratory
、
productivity-power-tools
谷歌
Colab
是很棒的工作,但我希望我可以
运行
Colab
笔记本完全
本地
和离线,就像朱庇特笔记本服务从当地? 我该怎么做?有我可以安装的
Colab
包吗?编辑:以前对这个问题的一些回答似乎给出了访问由谷歌主持的
Colab
的方法。但这不是我要找的。我的问题是如何pip install
colab
,这样我就可以像pip install jupyter之后的jupyter一样
在
本地
运行
它。
Colab
包似乎不存
浏览 2
提问于2018-05-05
得票数 26
回答已采纳
2
回答
在
Google
Colab
中使用笔记本电脑摄像头进行实时YOLO目标检测
python-3.x
、
google-colaboratory
、
yolo
我使用网络摄像头
在
本地
系统上使用YOLOv3和OpenCV进行实时对象检测。一切都像我为
本地
系统所做的那样(它使用VideoStream )的魅力和。我想在
Google
colab
上做同样的事情,以获得更快的FPS(我的系统没有给出高FPS)。我读到
Google
Colab
在
一些
虚拟环境
中
运行
,因此无法访问我的
本地
系统摄像头。
浏览 6
提问于2019-02-26
得票数 3
1
回答
在
Google
Colab
上的R笔记本
中
安装
python
库
python
、
r
、
google-colaboratory
我正在尝试
在
Google
Colab
上的R笔记本
中
安装一个
python
库,为此我使用了'reticulate‘包: library(reticulate) py_install("pandas") 但我得到的结果是这个错误: Error: could not find a
Python
environment for /usr/bin/
python
3 有没有解决这个错误的办法?
浏览 18
提问于2020-08-08
得票数 2
回答已采纳
1
回答
在
木星笔记本
中
安装SpaCy
python
、
jupyter-notebook
、
spacy
、
lemmatization
Requirement already satisfied, skipping upgrade: murmurhash<1.1.0,>=0.28.0 in c:\users\danis\.conda\envs\
python
36Requirement already satisfied, skipping upgrade: srsly<1.1.0,>=1.0.2 in c:\users\danis\.conda\envs\
python
36(1.0.2) Requirement already satisfied, skipping up
浏览 3
提问于2020-10-08
得票数 1
1
回答
无法加载需要'qt5‘交互框架的后端'Qt5Agg’,因为'headless‘当前正在
运行
python
、
python-3.x
、
matplotlib
、
pyqt5
我
在
kaggle和
google
colab
上都检查过了,但问题是一样的。
浏览 435
提问于2019-05-14
得票数 23
1
回答
colab
中
的Tensorflow联邦学习错误
python
、
tensorflow
、
machine-learning
、
google-colaboratory
、
tensorflow-federated
我正在尝试
运行
。但是,到目前为止,from tensorflow_federated import
python
as tff代码给出了以下错误: 1 import tensorflow as tf/usr/local/lib/
python
3.7&
浏览 16
提问于2022-07-16
得票数 1
4
回答
如何解析ModuleNotFoundError:没有名为“
google
.
colab
”的模块
python
、
conda
、
google-colaboratory
当我跑步时:我知道这个错误: 此模块是从
python
访问
Google
驱动器上的文件所必需的。
浏览 7
提问于2018-10-03
得票数 33
1
回答
Google
Colab
笔记本错误-找不到文件
python
、
google-colaboratory
我
在
Google
Colab
笔记本上
运行
下面的代码。我正面临着与文件未找到错误相关的非常奇怪的问题。'atis.test.pkl‘和'atis.train.pkl’都在同一个文件夹
中
(c:\users\downloads)。
浏览 126
提问于2020-03-27
得票数 1
回答已采纳
4
回答
如何通过代码清除
Google
Colab
中
的输出?
python
、
jupyter-notebook
、
ipython
、
google-colaboratory
我想定期清除
Google
Colab
中
的一个单元格的输出,该单元格使用!
python
file.py
运行
本地
python
文件from
google
.
colab
import output output.clear()from IPython.display import clear_output clear_output() 如果我直接在单元<em
浏览 240
提问于2020-02-08
得票数 6
2
回答
有没有办法
在
colab
中使用
python
的way浏览器模块打开一个新的选项卡?
python-3.x
、
google-colaboratory
、
python-webbrowser
import webbrowser webbrowser.open_new_tab('www.
google
.com') 我使用了
Google
-colaboratory,并得到了False作为输出。它在
Python
3.7和PyCharm中都工作得很好。 我知道用
colab
编写的程序
在
谷歌云上
运行
,
在
谷歌云中没有浏览器可比。除了使用selenium工具之外,
在
google
-
colab
中</em
浏览 44
提问于2020-04-21
得票数 2
回答已采纳
2
回答
在
本地
计算机上使用
google
.
colab
.auth.authenticate_user()获取OperationalError
authentication
、
google-colaboratory
我尝试进行身份验证,以便在
本地
机器上
运行
的jupyter笔记本电脑中使用BigQuery和云存储等GCP资源。1) pip install
google
-
colab
2)
在
单元
中
运行
:auth.authenticate_user()<ipython-input-5-93
浏览 0
提问于2019-10-21
得票数 0
2
回答
Google
colab
使用Os.listdir直接访问机器的
本地
驱动器
python
、
google-colaboratory
、
listdir
我是
google
colab
的新手,我想知道
google
colab
是否能够直接访问我电脑cdrive上的文件。\Users\\guest\\Desktop\\' print(file)我在网上搜索了一些例子,说要先使用以下命令上传文件: from
go
浏览 5
提问于2019-12-07
得票数 1
回答已采纳
1
回答
如何强制
google
在
特定的
python
版本
中
运行
python
、
python-3.x
、
google-colaboratory
我有一个
在
python
3.5
中
工作的代码,但是会在
python
>3.5
中
抛出错误,但是!
python
--version
在
google
中
返回
python
3.6.9,我有没有办法强迫
google
使用3.5。我
在
Stackoverflow中找到了一些解决方案,它要求我使用
本地
运行
时,这对我没有用处,因为我
在
本地</em
浏览 4
提问于2020-01-17
得票数 0
1
回答
尝试
在
google
中
执行easygui模块,但没有收到任何显示名称和$DISPLAY环境变量
google-colaboratory
、
easygui
在
第六章
中
,我们转向create message boxes, button boxes, and choice boxes which will need to build our private app2.描述您尝试过的!pip install easyguieasygui.msgbox("H
浏览 8
提问于2019-12-25
得票数 2
3
回答
在
Google
Colab
上
运行
Django
python
、
django
、
google-colaboratory
我试图
在
Colab
上
运行
Django,方法是遵循指令,但是,
在
!
python
manage.py runserver步骤之后,我试图 此页面不是working0yztv6fmakbj-496ff2e9c6d22116-8000-
colab
.googleusercontent.com当前无法处理此请求。如果这不是
在
科拉布
运行
Djang
浏览 43
提问于2022-04-05
得票数 1
2
回答
如何在
Google
笔记本
中
模拟
python
按键?
python
、
google-colaboratory
我已经
在
Python
中
开发了一个Collab笔记本,它打算模拟键盘键的按压,以便玩一个游戏,作为强化学习的一部分,它将监视这个游戏。但是,从终端
运行
时,pyautogui
在
我的
本地
机器上工作得很好。类似地,
在
将pynput安装到Collab笔记本之后,当我尝试导入它时,它显示了DisplayNameError:错误的显示名“”,对此我一无所知。另外,请任何人解释一下,为什么这些模块
在
我的
本地
硬件上工作得很好,而在
Google<
浏览 2
提问于2018-12-25
得票数 3
回答已采纳
1
回答
如何在
google
中
运行
logcat来调试我的应用程序?
kivy
、
apk
、
google-colaboratory
、
buildozer
我真的不知道它意味着什么,也不知道我应该如何设置它,因为我已经
在
google
中
完成了我的转换,使用了以下命令-
python
3-pip \ git \
python
3buildozer -v android debug
运行
它。文件
在
我的pc上工作。如何在<e
浏览 4
提问于2021-12-01
得票数 0
2
回答
如何使用
google
colab
上的显示功能?
google-colaboratory
、
xvfb
我正在尝试
在
我的c++代码中使用一些显示函数。这些函数将打开一个窗口,并在其中显示一些图像作为输出。我如何在
google
colab
中
复制它?
浏览 38
提问于2020-04-22
得票数 0
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
即时通信 IM
活动推荐
运营活动
广告
关闭
领券