[Edu-sig] Re: Friendly-traceback: useful tool for those teaching Python

2021-02-03 Thread Wes Turner
%doctest_mode? output from IPython probably needs to be wrapped in a fenced code block?: ```python >>> help(help) >>> help(dir) >>> dir(dir) >>> help(__import__('IPython.display.display')) ``` On Wed, Feb 3, 2021, 15:41 Wes Turner wrote: > You can export notebook inputs to (hopefully mostly

[Edu-sig] Re: Friendly-traceback: useful tool for those teaching Python

2021-02-03 Thread Wes Turner
You can export notebook inputs to (hopefully mostly hyperkitty-compatible) Markdown with jupytext: ```bash conda install -c jupytext jupyterlab jupyter-lab # Pair with Markdown, light, percent, hydrogen # Click refresh in the file pane to see the jupytext-linked copy ``` Pandoc can convert the

[Edu-sig] Re: Friendly-traceback: useful tool for those teaching Python

2021-02-03 Thread kirby urner
On Tue, Feb 2, 2021 at 11:28 AM André Roberge wrote: > > > On Tue, Feb 2, 2021 at 2:37 PM kirby urner wrote: > >> On Tue, Feb 2, 2021 at 5:48 AM André Roberge >> wrote: >> >>> Hello everyone, >>> >>> For about 20 months now, I have been working on a Python package >>> intended to help