I have a created one table in hive emr . I want to access this table in jupyter notebook with custom configuration . I provided ip, database and password all things but it is not able to connect with hive

Please provide a solution for it , how we can connect hive with custom configuration in jupyter notebook

This needs more information. It is likely a networking / permission issue. For example, what Spawner are you using? How do you normally get access to Hive?

Try investigating how to access the table remotely in general, and only then look into applying the relevant credentials/networking/firewall rules to the user environment.