Frédéric Collonval

Results 816 comments of Frédéric Collonval

Thank @lordravo to report the issue. Could you give us the server reply for the clone request?

> * Deactivated version `stable` I would prefer to keep it. It is a good practice to provide a default endpoint that people can bookmark.

> [from documentation](https://docs.readthedocs.io/en/stable/versions.html#how-we-envision-versions-working) _We only consider non pre-releases for the stable version of your documentation._

I am not sure how to make it work. HTML attribute required (https://www.w3schools.com/tags/att_input_required.asp) does not help here. It is possible to add this tag as an additional parameter, but nothing...

I ran to this page by having the same problem on a small use case: https://github.com/fcollonval/matplotlib_qtquick_playground/blob/master/QtQuick_controls_v2/mpl_qtquick2.py I found out that passing the QApplication as parent to the QQmlApplicationEngine avoid having...

@gkovaig If you want to install the kernel to make them available for other tools than notebook and jupyterlab. You indeed need to set a configuration file, `jupyter_config.json` that should...

Add stated in the readme, this extension builds kernel specs dynamically. So by default `jupyter kernelspec list` will not see your conda environments. But the environments will be available in...

> The problem with a screenshot in this case is that it's difficult to take a screenshot of something that's not there. This is actually good because now I have...

> [ListKernelSpecs] WARNING | Config option `kernelspec_path` not recognized by `CondaKernelSpecManager`. Did you mean `kernel_spec_class`? @thvasilo The option `kernelspec_path` has been introduced in `nb_conda_kernels` 2.3.0. From the log above, it...

This looks great. Thanks @rvalieris Small suggestion, it could be nice to request a `join` on the current thread when the kernel spec manager is destroyed to handle properly the...