gpt4 book ai didi

jupyter - NodeJs 和 Google Colab

转载 作者:行者123 更新时间:2023-12-05 07:03:49 30 4
gpt4 key购买 nike

我需要将数组/或参数从 NodeJS 传递到 Colab 笔记本或 Jupiter 笔记本。
我该怎么做?
有可能的一些解决方案吗?谢谢!

最佳答案

  1. 将 nodejs 作为网络服务器运行(最简单的模块 http 或 expressjs )并将您的数组/参数发布为 json (JSON.encode)。如果您没有服务器,您可以使用 whatsmyip 服务来查找您所在位置的 ip 地址,并调整您的路由器(调制解调器)以将端口指向您的计算机。在合作中你可以使用
    !wget http://myip:8080/myarrays -O my.json
    保存或 urllib.request.urlretrieve 检索。
  2. 在 colab 和 webserver/socket/file 实现中运行 nodejs。

关于jupyter - NodeJs 和 Google Colab,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63105093/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com