nbformat

ValueError: Mime type rendering requires nbformat>=4.2.0 but it is not installed

ValueError: Mime type rendering requires nbformat>=4.2.0 but it is not installed Question: 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:Python38libsite-packagesplotlybasedatatypes.py in show(self, *args, **kwargs) 3147 import plotly.io as pio 3148 …

Total answers: 6