PyCharm 2019.2.2 release, Python IDE

PyCharm 2019.2.2 officially released, this version solves the problem and improve the return Jupyter Notebook configuration experience.

The main updates are as follows:

  • Python 3.8 is the realization of some code insight repair:
    • Now allows the use of "continue" and "finally" clause
    • Added support for the re module unicode characters
  • Error function of the document is not displayed on the console has been fixed in Python
  • IPython problems have been resolved, these problems led to the debugger does not work
  • Some problems have been fixed return debugger appear, these problems lead to breakpoints are ignored and / or throw an exception, data viewer can not display the correct information
  • Fixed an issue when the server is configured for remote Docker python interpreter, resulting in PyCharm stop
  • Fixed an issue leading to a remote interpreter can not be used for different two machines
  • For Jupyter Notebook:
    • Kernel specification now choose to create a new notebook based on the version of Python modules, if the kernel is missing metadata specification, will prompt an error
    • After re-open Notebook file, the user selects the kernel is erroneously reset, this issue has been resolved
    • Lead PyCharm switch to stop the problem when another server in the server is never available Jupyter repair
  • Repair and more, see the release notes for more details

Announcement: https://blog.jetbrains.com/pycharm/2019/09/pycharm-2019-2-2/

Guess you like

Origin www.oschina.net/news/109835/pycharm-2019-2-2-released