When you work with new conda environments, it is possible to face issues with the autocomplete (tab). In this case, you can run the following command within the Jupyter notebook.
%config Completer.use_jedi = False
And most probably the issue will be fixed!