File: usage.rst

package info (click to toggle)
xeus-python 0.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,648 kB
  • sloc: cpp: 4,644; makefile: 160; python: 114
file content (64 lines) | stat: -rw-r--r-- 1,100 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
.. Copyright (c) 2017, Martin Renou, Johan Mabille, Sylvain Corlay, and
   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 **xpython** kernel.

Code execution and variable display
-----------------------------------

.. image:: code_exec.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

Inspect
-------

.. image:: inspect.gif
   :alt: inspect

Code completion
---------------

.. image:: code_completion.gif
   :alt: code_completion

Rich display
------------

.. image:: rich_disp.gif
   :alt: rich_display

And of course widgets
---------------------

.. image:: widgets.gif
   :alt: widgets

.. image:: binary.gif
   :alt: widgets_binary