问题标签 [google-colaboratory]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - colab.research.google.com - 笔记本超出大小限制
我正在使用以下代码:
我收到以下消息:
有没有办法让这段代码在大小限制方面更好?
tks
python-3.x - 无法访问 Google Colaboratory 中的 csv 文件
我正在使用 Google Colaboratory 运行我的机器学习项目。我想将 .csv 导入 pandas 并将其用于进一步处理,但我遇到了一个错误,指出找不到该文件。我是否需要提供任何授权才能访问该文件,或者是否必须将文件上传到 google colab?该文件已存在于 Google Drive 上与 .ipynb 笔记本相同的文件夹中。
代码:pandas read_csv
函数读取文件
我需要提供任何身份验证或类似的东西吗?
python - TypeError:无法读取谷歌合作实验室中未定义的属性“_uploadFiles”
我正在尝试在 Google Colaboratory 中编写上传文件,我将编写如下代码。
但是在浏览器中运行代码时出现以下错误。
MessageError:TypeError:无法读取未定义的属性“_uploadFiles”
请帮我解决问题。
python - 是否可以在 Google Colaboratory 中进行动画可视化?
是否可以在 Google Colaboratory 中使用%matplotlib notebook
和 MatplotlibFuncAnimations
进行动画可视化?
当我尝试时,我得到
我的笔记本在 macOS 上使用 Anaconda 的本地 Jupyter 安装上运行良好。
python - 如何访问 Google Colaboratory 根文件夹中的 csv 文件?
我正在尝试访问在我的 python 笔记本来自 colaboratory 的同一文件夹中上传的 CSV 文件。
当我只是这样做时:
它抛出我:“文件 b'train.csv' 不存在”错误。
任何想法都受到高度赞赏。
google-colaboratory - 无法在 https://colab.research.google.com 中安装 protobuf
我正在尝试安装apt-get install protobuf-compiler python-pil python-lxml
在 https://colab.research.google.com:
但我无法继续说Y
。
plot - 如何在 Google Colaboratory 中删除绘图背景和网格
当我尝试在 Google Colaboratory 中绘制一些数据时,它会自动添加一些浅蓝色和白色网格。我只想有一个黑框和白色背景。有可能这样做吗?
谢谢
python - 在 Colaboratory 中维护数据类型
我正在尝试使用 PyPDF2 读取 pdf 文档并输出纯文本字符串。但是,当我使用代码将我的 pdf 文件上传到 colaboratory 时:
它会自动将其转换为 str 类型,而不是将其保留为编码字符串。这会导致 PyPDF.PdfFileReader() 出现错误,但如果您打印字符串,它仍然包含所有编码字符:
gsutilCheatSheet.pdf => %PDF-1.5 %���� 1 0 obj <>/Metadata 117 0 R/ViewerPreferences 118 0 R>> endobj
等等
有什么方法可以将导入的文档保持为原始编码格式,或者一旦它已经是 str,是否有另一种方法可以删除编码?
python - 如何在 Google Colaboratory 中显示位于非公共 Google Drive 文件夹中的图像
除了使用某些 python 库下载和显示图像之外,是否有任何优雅的方式来显示位于非公共驱动器文件夹中的图像?
这是我目前的解决方案: