.gitignore
.travis.yml
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
requirements-python3.nix
setup.cfg
setup.nix
setup.py
shell.nix
docs/conf.py
docs/index.rst
docs/install.rst
docs/_static/robotkernel.css
docs/notebooks/00 JupyterLab User Interface.html
docs/notebooks/00 JupyterLab User Interface.ipynb
docs/notebooks/00 What is the Jupyter Notebook.ipynb
docs/notebooks/01 Running Code.ipynb
docs/notebooks/02 Python XKCD.ipynb
docs/notebooks/03 Running Robot.ipynb
docs/notebooks/04 Robot XKCD.ipynb
docs/notebooks/05 Interactive Selenium.ipynb
docs/notebooks/06 Importing Notebooks.ipynb
docs/notebooks/07 Executable Keywords.ipynb
docs/notebooks/08 Interactive WhiteLibrary.ipynb
docs/notebooks/DateLibrary.ipynb
docs/notebooks/Executable Keywords.ipynb
docs/notebooks/Makefile
docs/notebooks/SeleniumKeywords.ipynb
docs/notebooks/XX Exploring REST API.ipynb
docs/notebooks/XX Interactive Python XKCD.ipynb
docs/notebooks/XX Introduction to SeleniumScreenshots.ipynb
docs/notebooks/nbconvert.tpl
docs/notebooks/smoketest.ipynb
pkgs/sikulix/default.nix
pkgs/sikulixlibrary/default.nix
pkgs/sikulixlibrary/stop_remote_server.patch
src/robotkernel/__init__.py
src/robotkernel/completion_finders.py
src/robotkernel/constants.py
src/robotkernel/display.py
src/robotkernel/exceptions.py
src/robotkernel/executors.py
src/robotkernel/install.py
src/robotkernel/kernel.py
src/robotkernel/listeners.py
src/robotkernel/model.py
src/robotkernel/nbreader.py
src/robotkernel/selectors.py
src/robotkernel/selectors_white.py
src/robotkernel/utils.py
src/robotkernel.egg-info/PKG-INFO
src/robotkernel.egg-info/SOURCES.txt
src/robotkernel.egg-info/dependency_links.txt
src/robotkernel.egg-info/entry_points.txt
src/robotkernel.egg-info/not-zip-safe
src/robotkernel.egg-info/requires.txt
src/robotkernel.egg-info/top_level.txt
src/robotkernel/resources/kernel.js
src/robotkernel/resources/kernel.json
src/robotkernel/resources/logo-32x32.png
src/robotkernel/resources/logo-64x64.png
src/robotkernel/static/simmerjs/LICENSE
src/robotkernel/static/simmerjs/simmer.js
tests/Resource File.ipynb
tests/Smoketest.ipynb
tests/Test Inline Python.ipynb
tests/Test Resource.ipynb
tests/test_model.py
tests/test_utils.py