'IPython/Jupyter: How to register custom tab completion for string path?

Jupyter-notebook (using ipython kernel I guess) supports tab completion on string path. Is it possible that we register our cursom tab completion methods/classes so that we can use tab completion on custom paths, e.g. "customized://path/to/something"?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source