How can I fix “500 : Internal Server Error” on jupyter notebook due to ‘tornado.web’ not having attribute ‘asynchronous’? January 3, 2024 by Tarik Solution is here. pip install --upgrade nbconvert For those using anaconda then. conda upgrade nbconvert