.. Copyright (c) 2021, Thorsten Beier Wolf Vollprecht Distributed under the terms of the BSD 3-Clause License. The full license is in the file LICENSE, distributed with this software. Usage ===== Launch the Jupyter notebook with `jupyter notebook` or Jupyter lab with `jupyter lab` and launch a new Python notebook by selecting the **xlua** kernel. Code execution and variable display ----------------------------------- .. image:: execute.gif :alt: basic_code_execution Output streams -------------- .. image:: streams.gif :alt: streams Input streams ------------- .. image:: input.gif :alt: input Error handling -------------- .. image:: error.gif :alt: error_handling Code completion --------------- .. image:: completion.gif :alt: code_completion Display Data ------------ .. image:: display.gif :alt: display And of course widgets --------------------- .. image:: widgets.gif :alt: widgets .. image:: buffers.gif :alt: widgets_binary