ValueError: Mime type rendering requires nbformat>=4.2.0 but it is not installed
I was trying to print a plotly plot in Visual Studio Code and caught this error: --------------------------------------------------------------------------- ValueError Traceback (most recent call last) <ipython-input-40-e07b5feb5ded> in <module> 30 31 fig.update_layout(height=nrows*500) ---> 32 fig.show() C:\Python38\lib\site-packages\plotly\b