We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 1.96.2 (user setup) OS: Windows 11 Pro Jupyter extension version: 2025.1.2024121801 Python Expension Version: 2024.22.1
import plotly.express as px fig = px.scatter(x=[0, 1, 2, 3, 4], y=[0, 1, 4, 9, 16]) fig.show(renderer='vscode+notebook') !jupyter nbconvert --to html filename.ipynb
Plots are visible when exporting to HTML
Plots are shown in the notebook but they are not shown in the HTLM file
Side note: I am aware of microsoft/vscode-jupyter#6999 indeed i am using the solution found in that issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment data
Version: 1.96.2 (user setup)
OS: Windows 11 Pro
Jupyter extension version: 2025.1.2024121801
Python Expension Version: 2024.22.1
Steps to reproduce
Expected behaviour
Plots are visible when exporting to HTML
Actual Behaviour
Plots are shown in the notebook but they are not shown in the HTLM file
Side note: I am aware of microsoft/vscode-jupyter#6999 indeed i am using the solution found in that issue
The text was updated successfully, but these errors were encountered: