pyiron / FAQs

General question board for pyiron users
3 stars 0 forks source link

How to enable auto-completion in Jupyter Notebooks? #48

Open jan-janssen opened 6 months ago

jan-janssen commented 6 months ago

For security reasons the auto-completion or tab-based competition is disabled in jupyter notebooks for more than 3 levels. This can be changed using:

%config IPCompleter.greedy=True