Sign inSign up

datakurre/robotkernel

By datakurre

•Updated about 8 years ago

Jupyter notebook for Robot Framework testing

Image
1

216

datakurre/robotkernel repository overview

⁠Robot Framework kernel for Jupyter notebooks

Proof-of-concept that adds Robot Framework language support for Jupyter notebooks.

Currently for Python >= 3.6 only.

⁠Try it out with Docker

::

$ docker run --rm -p 8888:8888 datakurre/robotkernel

⁠Local install and development

See also: http://jupyter.readthedocs.io/en/latest/install.html⁠

Create and activate clean Python virtual environment::

$ venv myenv
$ source myenv/bin/activate

Install Jupyter::

$ pip install --upgrade pip setuptools
$ pip install jupyter

Clone this kernel::

$ git clone https://github.com/datakurre/robotkernel.git
$ cd robotkernel

Install the kernel into virtualenv in develop mode::

$ python setup.py develop

Install the kernel into jupyter::

$ jupyter kernelspec install $PWD/kernelspec/robotkernel --user

Launch the jupyter::

$ jupyter notebook

Reloading the kernel reloads the code.

Tag summary

Content type

Image

Digest

Size

142.3 MB

Last updated

about 8 years ago

docker pull datakurre/robotkernel