File: usage.md

package info (click to toggle)
xeus-python 0.17.2%2B~0.6.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,752 kB
  • sloc: cpp: 4,890; python: 369; makefile: 18; javascript: 14
file content (39 lines) | stat: -rw-r--r-- 576 bytes parent folder | download
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
# 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

![code_exec](code_exec.gif)

## Output streams

![streams](streams.gif)

## Input streams

![input](input.gif)

## Error handling

![error](error.gif)

## Inspect

![inspect](inspect.gif)

## Code completion

![code_completion](code_completion.gif)

## Rich display

![rich_disp](rich_disp.gif)

## And of course widgets

![widgets](widgets.gif)

![binary](binary.gif)