-
Notifications
You must be signed in to change notification settings - Fork 812
New issue
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 folding triangle overlaps code for cells in reloaded notebooks #988
Comments
This is (I think) also what's behind #982. I've seen it in the past, but it seems to be working ok for me at the moment in notebook 5.x. This may be a result of the notebook version, or (as you mention) it may be a result of interactions with other nbextensions. What versions of notebook and the nbextensions repo are you using? What other nbextensions do you have enabled? Does disabling any of them fix this for you? |
Ok. I guess you're using the latest conda release (0.2.7?) rather than the repo master? There's a fix in #977 which is likely to fix this for you. You can try applying it yourself if you're comfortable with trying that, otherwise, since you're at least the second person to have run into this, I'll roll another release tonight... |
Ya, I am on 0.2.7. I will wait for the release tonight. Thanks. |
Ok, 0.2.8 is live as a GitHub tag and on pypi, conda-forge release to follow once conda-forge/jupyter_contrib_nbextensions-feedstock#17 is merged & the resultant CI builds complete... |
and, now on conda-forge also. Closing this as fixed, but obviously please reopen if you find 0.2.8 doesn't fix it for you. |
I have the same problem running on
|
Sorry to hear that. Unfortunately, there are some subtle race conditions when loading extensions. |
If you checkout PR #1028, you can try setting a delay parameter to see if things improve. |
The code folding triangle overlaps the code text it corresponds with and there is no vertical line separating the gutter from the rest of the code cell when a notebook is reloaded.
New cells render the code folding triangle and vertical gutter line as expected. The issue is resolved in preexisting cells if the toggle line numbers extension is activated.
Could this be due to a conflicting extension?
The text was updated successfully, but these errors were encountered: