Asko Soukka
Asko Soukka
Oh, and thank you for feedback. There has been very little development for some time, because we've been watching, where Robocorp develop its for of the kernel or https://github.com/jupyter-xeus/xeus-robot Now...
@Thonuck That all sound exactly like what RobotKernel is already doing especially for SeleniumLibrary https://github.com/robots-from-jupyter/robotkernel/blob/master/src/robotkernel/listeners.py#L221 But I am not sure, how to make that generic. Is there generic approach for...
@Thonuck I just realized that there is a common convention in Jupyter kernels to affect the kernel itself: %%magics. How would it feel like to have something like ``` %%sticky...
I'm afraid to preserve all state of all libraries automatically, because libraries are free to do anything in their init and therefore that may lead to hard-to-debug issues later on...
I will look into this at the end of the week and comment back early next week. Your use case sounds like exactly the use case for Robot Framework support...
I tried that naive approach and it seems to work. I'll try to make a beta for you during the next days. Still need to test, which RF versions I...
https://mybinder.org/v2/gh/robots-from-jupyter/robotkernel/sticky-magic?urlpath=tree/tests/StickyLibraryMagic.ipynb
https://pypi.org/project/robotkernel/1.6a1/
@Thonuck I assume you confirmed that your initial example did work? And the library has scope declaration `ROBOT_LIBRARY_SCOPE = 'SUITE'`? You can use `Display` keyword from `Library IPython.display` to log...
See: https://github.com/robots-from-jupyter/robotkernel/issues/50