robotkernel icon indicating copy to clipboard operation
robotkernel copied to clipboard

Robot Framework IPython kernel for Jupyter Notebook and JupyterLab

Results 36 robotkernel issues
Sort by recently updated
recently updated
newest added

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.4.5 to 6.5.1. Release notes Sourced from nbconvert's releases. Release 6.5.1 No release notes provided. 6.5.0 What's Changed Drop dependency on testpath. by @​anntzer in jupyter/nbconvert#1723 Adopt...

dependencies
python

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...

dependencies
python

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies
javascript

Bumps [lxml](https://github.com/lxml/lxml) from 4.8.0 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies
python

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [notebook](http://jupyter.org) from 6.4.10 to 6.4.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=notebook&package-manager=pip&previous-version=6.4.10&new-version=6.4.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
python

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.0 to 9.1.1. Release notes Sourced from pillow's releases. 9.1.1 This release addresses several security problems. CVE-2022-30595: When reading a TGA file with RLE packets that cross...

dependencies
python

Robot tests / tasks with errors fail with pyodide 0.20.0. Maybe just wait for the next pyodide release. ``` PythonError: Traceback (most recent call last): File "/lib/python3.10/site-packages/robotkernel/display_pyolite.py", line 115, in...

ipywidgets 8 has an RC out: https://pypi.org/project/ipywidgets/8.0.0rc0/ Here's a gist that uses it: https://gist.github.com/bollwyvl/e076adf9e761b2ba2a7485b7f9376f0a It looks like we can't yet draw some of the inline widgets.