Re: [jupyter] [ANN] NBConvert 5.4 -- A year's worth of changes

2018-09-10 Thread Matthias Geier
appear by default in the extracts. > > An alias for ``notebook`` was added to exporter commands. Now ``--to ipynb`` > will behave as ``--to notebook`` does. > > > Contributors > > The following 35 authors contributed 329 commits. > > * Anton Akhmerov > * Benjamin R

Re: [jupyter] Binder Lets Me Upload Custom Modules!?

2018-03-10 Thread Matthias Geier
On Sat, Mar 10, 2018 at 8:33 AM, Lawrence D’Oliveiro wrote: > Hey, I’m impressed. Just for fun, I thought I would put my Qahirah > Notebooks on mybinder.org. > Initially they couldn’t find qahirah.py, of course, but once I had > uploaded that

Re: [jupyter] Binder Lets Me Upload Custom Modules!?

2018-03-14 Thread Matthias Geier
On Mon, Mar 12, 2018 at 3:29 AM, Lawrence D’Oliveiro wrote: > On Saturday, March 10, 2018 at 10:21:16 PM UTC+13, Matthias Geier wrote: >> >> But your notebook examples still don't work, you'll have to specify the >> additional requirements as described in >> http:/

[jupyter] How to handle async IPython magic when using nbconvert with --execute?

2018-10-16 Thread Matthias Geier
Dear list. I've written an IPython cell magic which runs some computation in a background thread (via concurrent.futures.ThreadPoolExecutor) and asynchronously updates a code output cell (via IPython.display.DisplayHandle.update() called with the help of add_done_callback()) when it's done. This

[jupyter] InlineBackend settings that affect the notebook but not qtconsole?

2018-11-18 Thread Matthias Geier
Dear list. I would like to specify some default settings for InlineBackend on my system. It works fine when I put the settings in the file ~/.ipython/profile_default/ipython_kernel_config.py However, I would like the settings only to apply to (kernels started by) the Notebook app (and

Re: [jupyter] Is it possible to run a notebook inside a script ?

2018-12-29 Thread Matthias Geier
On Fri, Dec 28, 2018 at 8:53 PM Ênio Júnior wrote: > > Hello all ones! > > I want to run a jupyter inside a .py script, but I cannot find anything in > the documentation. Is it possible to do that? You can use the module "nbconvert" for this, more specifically,

Re: [jupyter] pandoc 2.2.1 too new for nbconvert?

2018-12-29 Thread Matthias Geier
On Sat, Dec 29, 2018 at 4:20 AM Tom Kwong wrote: > > Is there any reason why nbconvert cannot work with the latest version of > pandoc? > > nbconvert/utils/pandoc.py:52: RuntimeWarning: > You are using an unsupported version of pandoc (2.2.1). > Your version must be at least (1.12.1) but less

[jupyter] [ANN] nbsphinx 0.4.0: Create HTML pages and LaTeX/PDF from your Jupyter notebooks

2018-12-14 Thread Matthias Geier
Dear mailing list. I'm pleased to announce the latest release 0.4.0 of the Sphinx extension "nbsphinx": https://nbsphinx.readthedocs.io/. It allows you to take a bunch of Jupyter notebooks (plus some Markdown and/or reStructuredText files if you want) and turn them into static HTML pages and/or

Re: [jupyter] InlineBackend settings that affect the notebook but not qtconsole?

2018-12-06 Thread Matthias Geier
be the right place to put such a configuration, but the "c.InlineBackend.rc" setting didn't have any effect when I tried it there. I've also mentioned the problem there: https://github.com/ipython/ipykernel/issues/267#issuecomment-441069321 cheers, Matthias > > -Min > > On Sun, Nov 18, 2018

Re: [jupyter] Re: How to handle async IPython magic when using nbconvert with --execute?

2019-10-11 Thread Matthias Geier
itional > data while plotting in a notebook cell. If I run this through nbconvert I > want to wait on all data being loaded before the cell finishes. > > Cheers, > René > > On Tuesday, October 16, 2018 at 2:54:52 PM UTC+2, Matthias Geier wrote: >> >> Dear list. >

[jupyter] [ANN] nbsphinx 0.6.0: Create HTML pages and LaTeX/PDF from your Jupyter notebooks -- now with thumbnail galleries!

2020-04-03 Thread Matthias Geier
Dear mailing list. I'm pleased to announce the latest release 0.6.0 of the Sphinx extension "nbsphinx": https://nbsphinx.readthedocs.io/. It allows you to take a bunch of Jupyter notebooks (plus some Markdown and/or reStructuredText files if you want) and turn them into static HTML pages and/or