google-colaboratory - 协作虚拟实例 IP 范围?

标签 google-colaboratory

我想在我们公司介绍一下 Google Colaboratory。
但是,对于我们的大部分实验,我们需要访问使用白名单的 mongoDB 服务器。
因此,我想知道 Colaboratory 使用的虚拟实例是否具有我们可以使用的特定 IP 范围?
否则,仍然有可能使用本地运行时通过隧道连接到 Jupyter Notebook 服务器,如下所述:https://research.google.com/colaboratory/local-runtimes.html
谢谢,
帕斯卡

最佳答案

您可以使用以下命令确定 Colab 笔记本的 IP 地址。

!curl ipecho.net/plain

我看到了范围内的 Colab IP 地址 35.*.*.* subnet但这可能会改变。

关于google-colaboratory - 协作虚拟实例 IP 范围?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50639768/

相关文章:

python - tensorflow.python.framework.errors_impl.InvalidArgumentError : Invalid argument: assertion failed:

python-3.x - 如何为模型准备测试集形状。使用 keras 和 tensorflow 进行评估?

jupyter-notebook - Google Colaboratory 的 Ipywidgets

html - 如何从上传的 png 文件中打开 Google Colaboratory notebook 单元格中的图像?

jupyter-notebook - 如何在 google Colab 上关闭和停止 jupyter notebook

python - 正确完成所有操作后出现 Ngrok 错误 6022

google-colaboratory - google colab 中的 pandas_profiling.ProfileReport(dataframe)

google-colaboratory - 如何在 Google Colab 中禁用自动保存?

tensorflow - "Tap"现有 Keras 模型中的特定层并分支到新输出?

python - 是否有在 Google Colab 上运行 Web 应用程序的通用方法?