Skip to content

Commit 7565a3d

Browse files
authored
Merge pull request #106 from robots-from-jupyter/robotmode
lite: enable pre-release version of RF5 robotmode
2 parents abf7ae7 + e26067f commit 7565a3d

File tree

5 files changed

+1
-9
lines changed

5 files changed

+1
-9
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,5 @@ node_modules/
2929
/report.html
3030
/result
3131
/selenium-screenshot-*.png
32-
/src/jupyterlab_robotmode/lib/
33-
/src/jupyterlab_robotmode/node_modules/
3432
/tmp/
3533
/Untitle*.ipynb

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ prune examples
1313
prune lite
1414
prune nix
1515
prune pkgs
16-
prune src/jupyterlab_robotmode
1716

1817
global-exclude *.py[co]

dodo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def _clean_wheels():
199199
),
200200
# Not sure, why these were not discovered from conda environment
201201
doit.tools.CmdAction(
202-
[PY, "-m", "pip", "wheel", "--no-deps", "--prefer-binary", "jupyterlab-robotmode", "jupyterlab-widgets", "jupyter-videochat"],
202+
[PY, "-m", "pip", "wheel", "--no-deps", "--prefer-binary", "jupyterlab-widgets", "jupyter-videochat"],
203203
cwd=str(LITE),
204204
shell=False,
205205
),

lite/contents/Example.ipynb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@
8888
"execution_count": null,
8989
"outputs": []
9090
},
91-
{
92-
"cell_type": "markdown",
93-
"source": "Unfortunately, due to [a bug](https://github.com/jupyterlite/jupyterlite/issues/303) in Jupyter Lite ipywidgets integration, the button output does not fully work: output may replace button or appear in wrong location.\n\nAlso, the failing keyword below does not show its stderr as it should:",
94-
"metadata": {}
95-
},
9691
{
9792
"cell_type": "code",
9893
"source": "*** Keywords ***\n\nThis keyword should fail\n [Arguments] ${word}=Hello world\n Don't display ${word}",
34.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)