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
In large notebooks particularly, cells are occasionally not coloured.
I'm not sure if this is the extension running before the notebook is fully loaded, or some interaction with other extensions.
Possibly related issues:
notebook_loaded.Notebook
Possible fix eg in picking up a late event here: https://github.com/ipython-contrib/jupyter_contrib_nbextensions/blob/a186b18efaa1f55fba64f08cd9d8bf85cba56d25/src/jupyter_contrib_nbextensions/nbextensions/freeze/main.js#L184 But I really don't understand how anything works any more.
Some cribs on rewriting using promises in eg https://github.com/ipython-contrib/jupyter_contrib_nbextensions/blob/master/src/jupyter_contrib_nbextensions/nbextensions/collapsible_headings/main.js as to how to rewrite things using promises etc.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In large notebooks particularly, cells are occasionally not coloured.
I'm not sure if this is the extension running before the notebook is fully loaded, or some interaction with other extensions.
Possibly related issues:
notebook_loaded.Notebook
events correctly ipython-contrib/jupyter_contrib_nbextensions#885Possible fix eg in picking up a late event here: https://github.com/ipython-contrib/jupyter_contrib_nbextensions/blob/a186b18efaa1f55fba64f08cd9d8bf85cba56d25/src/jupyter_contrib_nbextensions/nbextensions/freeze/main.js#L184 But I really don't understand how anything works any more.
Some cribs on rewriting using promises in eg https://github.com/ipython-contrib/jupyter_contrib_nbextensions/blob/master/src/jupyter_contrib_nbextensions/nbextensions/collapsible_headings/main.js as to how to rewrite things using promises etc.
The text was updated successfully, but these errors were encountered: