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
code-server --version
import numpy as np import plotly.express as px fig = px.bar(x=["a", "b", "c"], y=[1, 3, 2]) fig.show() fig = px.imshow(np.random.rand(1080, 1920, 3)) fig.show()
Jupyter-notebook will open with the code and visualization.
#5278
No response
No, this works as expected in native VS Code
I did not test GitHub Codespaces
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.96.2 08cbdfb with Code 1.96.2Steps to Reproduce
Expected
Jupyter-notebook will open with the code and visualization.
Actual
#5278
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
No, this works as expected in native VS Code
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
No response
The text was updated successfully, but these errors were encountered: