Alberto Tosato
Alberto Tosato
I'm also looking for this feature!
Same problem although running nbconvert 7.0.0 mistune 2.0.4 ``` from nbconvert.exporters.base import get_export_names, get_exporter File "C:\Users\atosato\Miniconda3\lib\site-packages\nbconvert\__init__.py", line 4, in from .exporters import * File "C:\Users\atosato\Miniconda3\lib\site-packages\nbconvert\exporters\__init__.py", line 3, in from .html...
Thanks for the reply. How can I verify this? > You can verify if the behavior occurred when using `package:http` or `HttpClient`, so we can quickly determine which part fails.
I found out it was a problem I my code logic, when there was no connection available. Closing the issue.
I've tried to reproduce and everything works on my side. - I'm using `app_links: ^6.3.0`. - I configured `linux/my_application.cc` according to this instructions https://github.com/llfbandit/app_links/blob/master/doc/README_linux.md. - I created the .deb installer...