PyCharm 2019.1 RC 2
New in PyCharm 2019.1: completely redesigned Jupyter Notebooks, improved HTML & CSS quick documentation, custom themes, and more. Get the release candidate from our website
New in PyCharm
Custom Themes
We’ve now added official support for theme plugins, so be sure to check out the themes available in the Marketplace to see if there’s one you like. In addition to the popular third party Material Theme UI plugin, our own UI team has now published several plugins. For example, the Cyan Light theme:
If you don’t like any of the available UI themes, you can also make your own. Read more about creating UI themes on the IntelliJ blog.
Redesigned Database Connection Flow
PyCharm Professional Edition bundles the advanced database tools from JetBrains DataGrip, a tool that can manage databases from all major vendors. DataGrip has redesigned the flow for connecting to a database, and this is now also available in PyCharm.
If you’re working on a database-connected application, be sure to configure your database settings in PyCharm. With the database connected, you get schema-aware SQL completion in Python code, and you can quickly run a query embedded in Python code straight from the editor.
Further Improvements
- Various bugs in our completion for Angular were fixed. PyCharm Professional Edition bundles all HTML, CSS, and JavaScript features from JetBrains WebStorm.
- Read about all improvements in RC2 in the release notes
Interested?
Download the RC from our website. Alternatively, you can use the JetBrains Toolbox App to stay up to date.
If you’re on Ubuntu 16.04 or later, you can use snap to get PyCharm RC versions, and stay up to date. You can find the installation instructions on our website.
The release candidate (RC) is not an early access program (EAP) build, and does not bundle an EAP license. If you get PyCharm Professional Edition RC, you will either need a currently active PyCharm subscription, or you will receive a 30-day free trial.
m_gol says:
February 28, 2013Checking for updates didn’t work… I had to download the installation manually.
David Ichim says:
March 1, 2013I don’t get any pycharm updates on Ubuntu using 2.7 with any of the update channels, it says that 2.7 is the latest update which I already have
Yury V. Zaytsev says:
March 1, 2013Same for me.
Mike D. Tums says:
March 1, 2013Confirmed. Update isn’t available through “Check for updates”.
b1 says:
March 3, 2013With EAP version updater works fine.
Rich says:
March 4, 2013In Pycharm 2.7 on OSX I get the update dialog, but if I select “download patch and install” it opens a browser window (what’s new in 2.7 .. not 2.7.1) … and then the update dialog abruptly closes and no update is performed.
Rich says:
March 4, 2013Oh wait … it was my firewall… maybe that’s the problem others are having too?
m_gol says:
March 4, 2013Nope; previous updates worked fine for me and PyCharm 2.7 was saying there are no updates. Maybe there was some deployment delay?
Peter says:
March 21, 2019I downloaded the March 19 build for Ubuntu, started a new ‘scientific’ project and made a new jupyter notebook.
I get the notification that jupyter is not installed as a yellow backgrounded message above of the code editor and as a popup every time I run a cell.
There is a link ‘Install Jupyter package’ that does not result in an event when clicked.
‘Settings-Plugins’ suggest that I have a bundled Jupyter Plugin installed.
print(‘hello world’) returns ‘no output’
Paul Everitt says:
April 4, 2019Sorry for the late reply. Is it still happening with the 2019.1.1 update we did this week?
Doron Gold says:
March 24, 2019The new Jupyter Notebooks support is awseome!
Is there a way to change font size in the jupyter preview pane?
Paul Everitt says:
April 4, 2019Hi, I believe this ticket is the right place to watch for changing the font. (You’re right, we need to provide options for that.)
Matt says:
March 26, 2019Are there plans to add Run all cells and clear output to the Jupyter support? I love where the support is going but those are two pretty important features. Thanks!
Paul Everitt says:
April 3, 2019Yep, you’re right, and it’s on the roadmap.
Matt says:
April 4, 2019Thanks!