We just released Jupyter Notebook 5.2.1. This is a patch release that includes a couple bug fixes.
You can install the new version of the notebook now using pip: pip install --upgrade notebook Or conda forge (it may be a few days before packages are available): conda upgrade notebook Changelog - Add more border width to codemirror cursor (#2983 <https://github.com/jupyter/notebook/pull/2983>). - Fix nbconvert handler (#2981 <https://github.com/jupyter/notebook/pull/2981>). - Fix the prompt_area argument of the output area constructor (#2961 <https://github.com/jupyter/notebook/pull/2961>). - Handle a compound extension in new_untitled (#2949 <https://github.com/jupyter/notebook/pull/2949>). - Allow disabling offline message buffering (#2916 <https://github.com/jupyter/notebook/pull/2916>). Credits Thanks to the following contributors: - Steven Silvester (blink1073 <https://github.com/blink1073>) - Grant Nestor (gnestor <https://github.com/gnestor>) - Jason Grout (jasongrout <https://github.com/jasongrout>) - Min RK (minrk <https://github.com/minrk>) - M Pacer (mpacer <https://github.com/mpacer>) -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/2f412636-ca85-4683-8a8a-da0a848d199c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
