问题标签 [azure-notebooks]

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.

0 投票
1 回答
53 浏览

python - 如何从 azure databricks notebook 运行机器人框架脚本?

是否可以使用天蓝色数据砖笔记本运行机器人框架测试套件?我有一套机器人框架测试套件,使用数据库库、操作系统库等。

在我的本地机器上,我安装 python,pip 安装所有必要的库,然后运行我的机器人代码,如“Python -m robot filename.robot”

我想使用 azure notebooks 做同样的事情,有可能吗?