execnb
execnb copied to clipboard
Execute a jupyter notebook, fast, without needing jupyter
Known downstream issues: - https://github.com/fastai/nbdev/issues/740 - Currently skipping some notebook tests in fastai
There've been ongoing discussions in various channels about adding a daemon mode to `execnb`. Although this is probably a longer-term thing, I thought an issue could be a good place...
Compared to `nbformat` the outputs field of `execnb` remains as an array of strings (for compatability with json) instead of being squashed to a single string. This prevents `execnb` from...
Hi, I encountered this error while using an [interactive tool](https://github.com/igvteam/igv-notebook/blob/b81c898f726bebad1306a1dc09d4009e23c68417/igv_notebook/file_reader.py#L61C60-L61C72) through CaptureShell: ``` ---> 61 get_ipython().kernel.comm_manager.register_target('file_request', target_func) AttributeError: 'CaptureShell' object has no attribute 'kernel' ``` Is there any equivalent to...
Right now `execnb` is waiting for the final response from code execution. Is it possible to steam execution results without waiting for final response? I'm using `execnb` for executing notebooks...
Once I instantiate a `CaptureShell` in a notebook, I can no longer display plots.  There seems to be quite a bit of functionality in code relating to this, but...
The flag `--verbose` has been added but installing through pip does not have it as no release has been done since then. Weirdly enough doing `pip install git+https://github.com/AnswerDotAI/execnb.git` I don't...