Thursday, June 20, 2019

PyCharm 2019.2 EAP 4

This week’s Early Access Program (EAP) version of PyCharm can now be downloaded from our website.

New in the EAP

Jupyter Notebooks Improvements

EAP 4 - Jupyter UI

In addition to last week’s functional improvements, we’ve made a couple of small tweaks to the Jupyter UI that make some functionality easier to discover. If you have some data you’d like to analyze, be sure to try out Jupyter Notebooks in PyCharm!

Further Improvements

Interested?

Get the latest EAP build from our website. Alternatively, you can use the JetBrains Toolbox App to stay up to date throughout the entire EAP.

EAP Program Key Facts

  • The EAP version of PyCharm Professional Version is free to use
  • EAP build will expire after 30 days
  • This is pre-release software, you may face stability issues and other rough edges
  • You can install the EAP version alongside a stable version of PyCharm
  • EAP versions of PyCharm report statistics by default, you can opt out by changing the settings in Preferences | Appearance & Behavior | System Settings | Data Sharing
  • There’s an EAP version of the documentation as well


from PyCharm Blog
read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...