docs: explain Jupyter blank-render workaround - #5692
Conversation
camdecoster
left a comment
There was a problem hiding this comment.
Thanks for the update! This will be a helpful addition. Could you please move this section to the end of the document?
| If a figure appears blank in JupyterLab, first check that the Jupyter server | ||
| environment and the environment used by the notebook kernel can both access the | ||
| Plotly packages they need. This is especially important when JupyterLab and | ||
| `plotly` are installed in separate virtual environments. |
There was a problem hiding this comment.
| If a figure appears blank in JupyterLab, first check that the Jupyter server | |
| environment and the environment used by the notebook kernel can both access the | |
| Plotly packages they need. This is especially important when JupyterLab and | |
| `plotly` are installed in separate virtual environments. | |
| If a figure appears blank in JupyterLab, first check that the Jupyter server environment and the environment used by the notebook kernel can both access the Plotly packages they need. This is especially important when JupyterLab and `plotly` are installed in separate virtual environments. |
|
I moved the Jupyter and JupyterLab section to the end of |
| If a figure appears blank in JupyterLab, first check that the Jupyter server | ||
| environment and the environment used by the notebook kernel can both access the | ||
| Plotly packages they need. This is especially important when JupyterLab and | ||
| `plotly` are installed in separate virtual environments. |
There was a problem hiding this comment.
Could you please update this to all be on one line? That matches the style of the document.
|
I updated the troubleshooting paragraph in |
bb4dd0b to
10961d9
Compare
|
I also rebased the PR onto current |
What changed
I added a short Jupyter and JupyterLab troubleshooting section to the existing troubleshooting page. It calls out the separate-server and kernel environment setup, then documents the
fig.show(renderer=notebook)workaround from #5664.This is intentionally documentation only. It does not claim to fix the underlying blank-render bug.
Validation
git diff --checkpassedThis follows the scope suggested in #5664. Let me know what you think.
Closes #5664