Skip to content

Commit 516faed

Browse files
committed
update idx
1 parent f7ee75f commit 516faed

File tree

4 files changed

+41
-83
lines changed

4 files changed

+41
-83
lines changed

execnb/_modidx.py

Lines changed: 40 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -6,83 +6,43 @@
66
'git_url': 'https://github.com/fastai/execnb/tree/master/',
77
'lib_path': 'execnb'},
88
'syms': { 'execnb.fastshell': {},
9-
'execnb.nbio': { 'execnb.nbio.NbCell': ( 'https://fastai.github.io/execnb/nbio.html#nbcell',
10-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/nbio.py#L19'),
11-
'execnb.nbio.NbCell.__eq__': ( 'https://fastai.github.io/execnb/nbio.html#__eq__',
12-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/nbio.py#L39'),
13-
'execnb.nbio.NbCell.__hash__': ( 'https://fastai.github.io/execnb/nbio.html#__hash__',
14-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/nbio.py#L38'),
15-
'execnb.nbio.NbCell.__init__': ( 'https://fastai.github.io/execnb/nbio.html#__init__',
16-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/nbio.py#L20'),
17-
'execnb.nbio.NbCell.parsed_': ( 'https://fastai.github.io/execnb/nbio.html#parsed_',
18-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/nbio.py#L29'),
19-
'execnb.nbio.NbCell.set_source': ( 'https://fastai.github.io/execnb/nbio.html#set_source',
20-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/nbio.py#L25'),
21-
'execnb.nbio._dict2obj': ( 'https://fastai.github.io/execnb/nbio.html#_dict2obj',
22-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/nbio.py#L42'),
23-
'execnb.nbio._read_json': ( 'https://fastai.github.io/execnb/nbio.html#_read_json',
24-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/nbio.py#L15'),
25-
'execnb.nbio.dict2nb': ( 'https://fastai.github.io/execnb/nbio.html#dict2nb',
26-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/nbio.py#L48'),
27-
'execnb.nbio.mk_cell': ( 'https://fastai.github.io/execnb/nbio.html#mk_cell',
28-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/nbio.py#L67'),
29-
'execnb.nbio.nb2dict': ( 'https://fastai.github.io/execnb/nbio.html#nb2dict',
30-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/nbio.py#L76'),
31-
'execnb.nbio.nb2str': ( 'https://fastai.github.io/execnb/nbio.html#nb2str',
32-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/nbio.py#L84'),
33-
'execnb.nbio.new_nb': ( 'https://fastai.github.io/execnb/nbio.html#new_nb',
34-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/nbio.py#L62'),
35-
'execnb.nbio.read_nb': ( 'https://fastai.github.io/execnb/nbio.html#read_nb',
36-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/nbio.py#L55'),
37-
'execnb.nbio.write_nb': ( 'https://fastai.github.io/execnb/nbio.html#write_nb',
38-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/nbio.py#L90')},
39-
'execnb.shell': { 'execnb.shell.CaptureShell': ( 'https://fastai.github.io/execnb/shell.html#captureshell',
40-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L71'),
41-
'execnb.shell.CaptureShell.__init__': ( 'https://fastai.github.io/execnb/shell.html#__init__',
42-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L73'),
43-
'execnb.shell.CaptureShell._add_exec': ( 'https://fastai.github.io/execnb/shell.html#_add_exec',
44-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L109'),
45-
'execnb.shell.CaptureShell._add_out': ( 'https://fastai.github.io/execnb/shell.html#_add_out',
46-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L104'),
47-
'execnb.shell.CaptureShell._result': ( 'https://fastai.github.io/execnb/shell.html#_result',
48-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L113'),
49-
'execnb.shell.CaptureShell._showtraceback': ( 'https://fastai.github.io/execnb/shell.html#_showtraceback',
50-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L100'),
51-
'execnb.shell.CaptureShell._stream': ( 'https://fastai.github.io/execnb/shell.html#_stream',
52-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L117'),
53-
'execnb.shell.CaptureShell.cell': ( 'https://fastai.github.io/execnb/shell.html#captureshell.cell',
54-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L147'),
55-
'execnb.shell.CaptureShell.enable_gui': ( 'https://fastai.github.io/execnb/shell.html#enable_gui',
56-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L96'),
57-
'execnb.shell.CaptureShell.enable_matplotlib': ( 'https://fastai.github.io/execnb/shell.html#enable_matplotlib',
58-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L84'),
59-
'execnb.shell.CaptureShell.execute': ( 'https://fastai.github.io/execnb/shell.html#captureshell.execute',
60-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L179'),
61-
'execnb.shell.CaptureShell.prettytb': ( 'https://fastai.github.io/execnb/shell.html#captureshell.prettytb',
62-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L200'),
63-
'execnb.shell.CaptureShell.run': ( 'https://fastai.github.io/execnb/shell.html#captureshell.run',
64-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L129'),
65-
'execnb.shell.CaptureShell.run_all': ( 'https://fastai.github.io/execnb/shell.html#captureshell.run_all',
66-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L161'),
67-
'execnb.shell.CaptureShell.set_path': ( 'https://fastai.github.io/execnb/shell.html#set_path',
68-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L90'),
69-
'execnb.shell._CaptureHook': ( 'https://fastai.github.io/execnb/shell.html#_capturehook',
70-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L36'),
71-
'execnb.shell._CaptureHook.__call__': ( 'https://fastai.github.io/execnb/shell.html#__call__',
72-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L47'),
73-
'execnb.shell._CaptureHook.quiet': ( 'https://fastai.github.io/execnb/shell.html#quiet',
74-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L39'),
75-
'execnb.shell._CapturePub': ( 'https://fastai.github.io/execnb/shell.html#_capturepub',
76-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L52'),
77-
'execnb.shell._CapturePub.publish': ( 'https://fastai.github.io/execnb/shell.html#publish',
78-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L54'),
79-
'execnb.shell._false': ( 'https://fastai.github.io/execnb/shell.html#_false',
80-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L158'),
81-
'execnb.shell._format_mimedata': ( 'https://fastai.github.io/execnb/shell.html#_format_mimedata',
82-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L62'),
83-
'execnb.shell._out_exc': ( 'https://fastai.github.io/execnb/shell.html#_out_exc',
84-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L58'),
85-
'execnb.shell._out_stream': ( 'https://fastai.github.io/execnb/shell.html#_out_stream',
86-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L59'),
87-
'execnb.shell.exec_nb': ( 'https://fastai.github.io/execnb/shell.html#exec_nb',
88-
'https://github.com/fastai/execnb/tree/master//blob/master/execnb/shell.py#L212')}}}
9+
'execnb.nbio': { 'execnb.nbio.NbCell': ('nbio.html#nbcell', 'execnb/nbio.py'),
10+
'execnb.nbio.NbCell.__eq__': ('nbio.html#__eq__', 'execnb/nbio.py'),
11+
'execnb.nbio.NbCell.__hash__': ('nbio.html#__hash__', 'execnb/nbio.py'),
12+
'execnb.nbio.NbCell.__init__': ('nbio.html#__init__', 'execnb/nbio.py'),
13+
'execnb.nbio.NbCell.parsed_': ('nbio.html#parsed_', 'execnb/nbio.py'),
14+
'execnb.nbio.NbCell.set_source': ('nbio.html#set_source', 'execnb/nbio.py'),
15+
'execnb.nbio._dict2obj': ('nbio.html#_dict2obj', 'execnb/nbio.py'),
16+
'execnb.nbio._read_json': ('nbio.html#_read_json', 'execnb/nbio.py'),
17+
'execnb.nbio.dict2nb': ('nbio.html#dict2nb', 'execnb/nbio.py'),
18+
'execnb.nbio.mk_cell': ('nbio.html#mk_cell', 'execnb/nbio.py'),
19+
'execnb.nbio.nb2dict': ('nbio.html#nb2dict', 'execnb/nbio.py'),
20+
'execnb.nbio.nb2str': ('nbio.html#nb2str', 'execnb/nbio.py'),
21+
'execnb.nbio.new_nb': ('nbio.html#new_nb', 'execnb/nbio.py'),
22+
'execnb.nbio.read_nb': ('nbio.html#read_nb', 'execnb/nbio.py'),
23+
'execnb.nbio.write_nb': ('nbio.html#write_nb', 'execnb/nbio.py')},
24+
'execnb.shell': { 'execnb.shell.CaptureShell': ('shell.html#captureshell', 'execnb/shell.py'),
25+
'execnb.shell.CaptureShell.__init__': ('shell.html#__init__', 'execnb/shell.py'),
26+
'execnb.shell.CaptureShell._add_exec': ('shell.html#_add_exec', 'execnb/shell.py'),
27+
'execnb.shell.CaptureShell._add_out': ('shell.html#_add_out', 'execnb/shell.py'),
28+
'execnb.shell.CaptureShell._result': ('shell.html#_result', 'execnb/shell.py'),
29+
'execnb.shell.CaptureShell._showtraceback': ('shell.html#_showtraceback', 'execnb/shell.py'),
30+
'execnb.shell.CaptureShell._stream': ('shell.html#_stream', 'execnb/shell.py'),
31+
'execnb.shell.CaptureShell.cell': ('shell.html#captureshell.cell', 'execnb/shell.py'),
32+
'execnb.shell.CaptureShell.enable_gui': ('shell.html#enable_gui', 'execnb/shell.py'),
33+
'execnb.shell.CaptureShell.enable_matplotlib': ('shell.html#enable_matplotlib', 'execnb/shell.py'),
34+
'execnb.shell.CaptureShell.execute': ('shell.html#captureshell.execute', 'execnb/shell.py'),
35+
'execnb.shell.CaptureShell.prettytb': ('shell.html#captureshell.prettytb', 'execnb/shell.py'),
36+
'execnb.shell.CaptureShell.run': ('shell.html#captureshell.run', 'execnb/shell.py'),
37+
'execnb.shell.CaptureShell.run_all': ('shell.html#captureshell.run_all', 'execnb/shell.py'),
38+
'execnb.shell.CaptureShell.set_path': ('shell.html#set_path', 'execnb/shell.py'),
39+
'execnb.shell._CaptureHook': ('shell.html#_capturehook', 'execnb/shell.py'),
40+
'execnb.shell._CaptureHook.__call__': ('shell.html#__call__', 'execnb/shell.py'),
41+
'execnb.shell._CaptureHook.quiet': ('shell.html#quiet', 'execnb/shell.py'),
42+
'execnb.shell._CapturePub': ('shell.html#_capturepub', 'execnb/shell.py'),
43+
'execnb.shell._CapturePub.publish': ('shell.html#publish', 'execnb/shell.py'),
44+
'execnb.shell._false': ('shell.html#_false', 'execnb/shell.py'),
45+
'execnb.shell._format_mimedata': ('shell.html#_format_mimedata', 'execnb/shell.py'),
46+
'execnb.shell._out_exc': ('shell.html#_out_exc', 'execnb/shell.py'),
47+
'execnb.shell._out_stream': ('shell.html#_out_stream', 'execnb/shell.py'),
48+
'execnb.shell.exec_nb': ('shell.html#exec_nb', 'execnb/shell.py')}}}

nbs/02_shell.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,6 @@
927927
"source": [
928928
"#|hide\n",
929929
"# Binary image mime data are base64-encoded and end in a single `\\n`\n",
930-
"from PIL import Image\n",
931930
"\n",
932931
"def _pil2b64(im): return b64encode(im._repr_png_()).decode()+'\\n'\n",
933932
"im = Image.new('RGB', (3,3), 'red')\n",

nbs/_quarto.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ website:
1818
title: "execnb"
1919
site-url: "https://fastai.github.io/execnb/"
2020
description: "A description of your project"
21-
execute:
22-
enabled: false
2321
twitter-card: true
2422
open-graph: true
2523
reader-mode: true

settings.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ black_formatting = False
3131
readme_nb = index.ipynb
3232
allowed_metadata_keys =
3333
allowed_cell_metadata_keys =
34+
conda_user = fastai
3435

0 commit comments

Comments
 (0)