- Strip extra prefix from completion matches if necessary
- The python kernel returns matches like foo.bar.baz, but we just want to
show the baz part as a completion.
- Prevent completion after '.' in floating point numbers
- Note this may be undesirable since numbers are just objects in many
languages and thus have methods associated with them.
- Remove unused no-cache and match cases in `company-jupyter-repl`