I've found that, inside a Jupyter notebook, I cannot use tab to autocomplete file paths when the path to be completed is inside a string. For instance, if I have something like this:
some_dir/other_dir/<TAB> I get a list of filenames that would complete the path. But if I have this (with or without a closing quote mark): "some_dir/other_dir/<TAB> I don't get the path completions. (Instead, I get ordinary completions of variable names and so on.) But if I use plain IPython in the console, I do get the completions in the latter case, so it seems Jupyter's behavior differs here from the underlying IPython behavior. Is it possible to get Jupyter notebooks to complete paths inside strings? If so, how? -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/9a6df353-4d97-4506-b52e-2d3a0399f830%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
