{"id":508361,"date":"2024-09-09T14:45:37","date_gmt":"2024-09-09T13:45:37","guid":{"rendered":"https:\/\/blog.jetbrains.com\/?post_type=pycharm&#038;p=508361"},"modified":"2025-09-16T15:54:06","modified_gmt":"2025-09-16T14:54:06","slug":"how-to-use-jupyter-notebooks-in-pycharm","status":"publish","type":"pycharm","link":"https:\/\/blog.jetbrains.com\/pt-br\/pycharm\/2024\/09\/how-to-use-jupyter-notebooks-in-pycharm","title":{"rendered":"How to Use Jupyter Notebooks in PyCharm"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2378\" height=\"1344\" src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/Screenshot-2024-09-08-at-23.19.14.png\" alt=\"\" class=\"wp-image-508640\"\/><\/figure>\n\n\n\n<p><a href=\"https:\/\/www.jetbrains.com\/pycharm\/data-science\/\" target=\"_blank\" rel=\"noopener\">PyCharm<\/a> is one of the most well-known data science tools, offering excellent out-of-the-box support for Python, SQL, and other languages. PyCharm also provides integrations for <a href=\"https:\/\/blog.jetbrains.com\/pycharm\/2024\/08\/introducing-the-pycharm-databricks-integration\/\">Databricks<\/a>, <a href=\"https:\/\/www.jetbrains.com\/help\/pycharm\/hugging-face.html\" target=\"_blank\" rel=\"noopener\">Hugging Face<\/a> and many other important tools. All these features allow you to write good code and work with your data and projects faster.&nbsp;<\/p>\n\n\n\n<p>PyCharm Professional\u2019s support for Jupyter notebooks combines the interactive nature of Jupyter notebooks with PyCharm\u2019s superior code quality and data-related features. This blog post will explore how PyCharm&#8217;s Jupyter support can significantly boost your productivity.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>Watch this video to get a comprehensive overview of using Jupyter notebooks in PyCharm and learn how you can speed up your data workflows.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Jupyter Notebooks in PyCharm\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/uiIKaacMGoE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Speed up data analysis<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Get acquainted with your data<\/h3>\n\n\n\n<p>When you start working on your project, it is extremely important to understand what data you have, including information about the size of your dataset, any problems with it, and its&nbsp; patterns. For this purpose, your pandas and Polars DataFrames can be rendered in Jupyter outputs in Excel-like tables. The tables are fully interactive, so you can easily sort one or multiple columns and browse and view your data, you can choose how many rows will be shown in a table and perform many other operations.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/Tables-Beginning-4K-1.mp4\"><\/video><\/figure>\n\n\n\n<p>The table also provides some important information for example:<\/p>\n\n\n\n<ul>\n<li>You can find the the size of a table in its header. <\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" width=\"798\" height=\"72\" src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/Number-of-rows-and-so-on.png\" alt=\"\" class=\"wp-image-508385\" style=\"aspect-ratio:11.083333333333334;width:477px;height:auto\"\/><\/figure>\n\n\n\n<ul>\n<li>&nbsp;You can find the data type symbols in the column headers.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" width=\"662\" height=\"220\" src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/Datatype.png\" alt=\"\" class=\"wp-image-508396\" style=\"aspect-ratio:3.0090909090909093;width:475px;height:auto\"\/><\/figure>\n\n\n\n<ul>\n<li>You can also use JetBrains AI Assistant to get information about your DataFrame by clicking on the <img decoding=\"async\" loading=\"lazy\" width=\"26\" height=\"20\" src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2025\/09\/AD_4nXfanduxtAB0HiJG15KmH4Wiiiovq2ZXOGL_AV35IFR83TJrarnVm7xThigdwC5ueCXktRvZ3bkElwLU9pJCM3aObxrnelhmCfH-28JGN2YxLHZDAexw6aPljG2KBwrY0bIuoDjCygrnzqnf1Yib4caXk2Oo.png\"> icon.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" width=\"750\" height=\"430\" src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/AI2.png\" alt=\"\" class=\"wp-image-508407\" style=\"aspect-ratio:1.744186046511628;width:476px;height:auto\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Easily spot issues with the data<\/h3>\n\n\n\n<p>After getting acquainted with your data, you need to clean it. This an important step, but it is also extremely time consuming because there are all sorts of problems you could find, including missing values, outliers, inconsistencies in data types, and so on. Indeed, according to the <a href=\"https:\/\/www.jetbrains.com\/lp\/devecosystem-2023\/data-science\/#ds_tools_cleaning\" target=\"_blank\" rel=\"noopener\">State of Developer Ecosystem 2023 report<\/a>, nearly 50% of Data Professionals dedicate 30% of their time or more to data preparation. Fortunately, PyCharm offers a variety of features that streamline the data-cleaning process.<\/p>\n\n\n\n<p>Some insights are already available in the column headers.&nbsp;<\/p>\n\n\n\n<p>First, we can easily spot the amount of missing data for each column because it is highlighted in red. Also, we may be able to see at a glance whether some of our columns have outliers. For example, in the bath column, the maximum value is significantly higher than the ninety-fifth percentile. Therefore, we can expect that this column has at least one outlier and requires our attention.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/Outliers-4K.mp4\"><\/video><\/figure>\n\n\n\n<p>Additionally, you might suspect there\u2019s an issue with the data if the data type does not match the expected one. For example, the header of the <em>total_sqft<\/em> column below is marked with the <img decoding=\"async\" loading=\"lazy\" width=\"20\" height=\"23\" src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2025\/09\/AD_4nXfeuP5tMQTN8SmvCbvcLVPlw9Knk6GW97kq5T74zekCLK3QcJls37cvAM_H0tte4y3Bx8HgLGY_DBc6b6pLLhDeaoUDns2LRS49rlBFfvWgXI_PqZbAqa_prZjQPL1PbrvlERymNtKq3QNnV56NG_n-ZWc.png\"> symbol, which in PyCharm indicates that the column contains the <em>Object<\/em> data type. The most appropriate data type for a column like <em>total_sqft<\/em> would likely be <em>float<\/em> or <em>integer<\/em>, however, so we may expect there to be inconsistencies in the data types within the column, which could affect data processing and analysis. After sorting, we notice one possible reason for the discrepancy: the use of text in data and ranges instead of numerical values.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/Mistype-4K.mp4\"><\/video><\/figure>\n\n\n\n<p>So, our suspicion that the column had data-type inconsistencies was proven correct. As this example shows, small details in the table header can provide important information about your data and alert you to issues that need to be addressed, so it\u2019s always worth checking.You can also use no-code visualizations to gather information about whether your data needs to be cleaned. Simply click on the <img decoding=\"async\" loading=\"lazy\" width=\"26\" height=\"20\" src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2025\/09\/AD_4nXcxi4w_9qq41MJwjHUPErzQXTsjtTxTQqO6thRVD1poSgHkpRoXPiubXhaQXEDHS8TDRVlQ_aIZMCekESdIBXAtEK08ns9tK7Of_oE4kmVVgdTlCbrM6DFG7bN3BkT4s5Da3Lm8HazRY7KplRdHX8sYdaM.png\"> icon in the top-left corner of the table. There are many available visualization options, including histograms, that can be used to see where the peaks of the distribution are, whether the distribution is skewed or symmetrical, and whether there are any outliers.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/Graphs-Builder-4K.mp4\"><\/video><\/figure>\n\n\n\n<p>Of course, you can use code to gather information about your dataset and fix any problems you\u2019ve identified. However, the mentioned low-code features often provide valuable insights about your data and can help you work with it much faster.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Code faster&nbsp;<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Code completion and quick documentation<\/h3>\n\n\n\n<p>A significant portion of a data professional&#8217;s job involves writing code. Fortunately, PyCharm is well known for its features that allow you to write code significantly faster. For example, local ML-powered <a href=\"https:\/\/blog.jetbrains.com\/blog\/2024\/04\/04\/full-line-code-completion-in-jetbrains-ides-all-you-need-to-know\/\">full line code completion<\/a> can provide suggestions for entire lines of code.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/FLCC-4K.mp4\"><\/video><\/figure>\n\n\n\n<p>Another useful feature is quick documentation, which appears when you hover the cursor over your code. This allows you to gather information about functions and other code elements without having to leave the IDE.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/Quick-docs.mov\"><\/video><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Refactorings<\/h3>\n\n\n\n<p>Of course, working with code and data is an interactive process, and you may often decide to make some changes in your code \u2013 for example, to rename a variable. Going through the whole file or, in some cases, the entire project, would be cumbersome and time consuming. We can use PyCharm\u2019s refactoring capabilities to rename a variable, introduce a constant, and make many other changes in your code. For example, in this case, I want to rename the DataFrame to make it shorter. I simply use the the <em>Rename<\/em> refactoring to make the necessary changes.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/Refactor-4K.mp4\"><\/video><\/figure>\n\n\n\n<p>PyCharm offers a vast number of different refactoring options. To dive deeper into this functionality, watch this <a href=\"https:\/\/www.youtube.com\/watch?v=4kzEbqaT2DY\" target=\"_blank\" rel=\"noopener\">video<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Fix problems<\/h3>\n\n\n\n<p>It is practically impossible to write code without there being any mistakes or typos. PyCharm has a vast array of features that allow you to spot and address issues faster. You will notice the <em>Inspection<\/em> widget in the top-right corner if it finds any problems.&nbsp; <\/p>\n\n\n\n<p><img decoding=\"async\" loading=\"lazy\" width=\"158\" height=\"37\" src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2025\/09\/AD_4nXcHA6nxVbSLnsnkNTrbfok3DwVS_NcWwBPw7HkEF87kMoL5cJQl_nAb2w-_5CY_CE7rvvk5Kbzym3Of-2pDE6Vynq2z-J_Gj8193u-c-AoQXpkfY-MrKR7TZgRv5QaJOxIpEN-iHhC8__0B_3HmIItYhfkM.png\"><\/p>\n\n\n\n<p>For example, I forgot to import a library in my project and made several typos in the doc so let\u2019s take a look how PyCharm can help here.&nbsp;<\/p>\n\n\n\n<p>First of all, the problem with the library import:<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/quick-fix-4K-1.mp4\"><\/video><\/figure>\n\n\n\n<p>Additionally, with Jupyter traceback, you can see the line where the error occurred and get a link to the code. This makes the bug-fixing process much easier. Here, I have a typo in line 3. I can easily navigate to it by clicking on the blue text.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/Go-to-problem-4K.mp4\"><\/video><\/figure>\n\n\n\n<p>Additionally if you would like to get more information and suggestion how to fix the problem, you can use JetBrains AI Assistant by clicking on<em> Explain with AI<\/em>.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/Explain-with-AI-4K.mp4\"><\/video><\/figure>\n\n\n\n<p>Of course, that is just the tip of the iceberg. We recommend <a href=\"https:\/\/www.jetbrains.com\/help\/pycharm\/running-inspections.html\" target=\"_blank\" rel=\"noopener\">reading the documentation<\/a> to better understand all the features PyCharm offers to help you maintain code quality.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Navigate easily<\/h3>\n\n\n\n<p>For the majority of cases, data science work involves a lot of experimentation, with the journey from start to finish rarely resembling a straight line.<\/p>\n\n\n\n<p>During this experimentation process, you have to go back and forth between different parts of your project and between cells in order to find the best solution for a given problem. Therefore, it is essential for you to be able to navigate smoothly through your project and files. Let\u2019s take a look at how PyCharm can help in this respect.<\/p>\n\n\n\n<p>First of all, you can use the classic <em>CMD+F<\/em> (Mac) or <em>CTRL+F<\/em> (Windows) shortcut for searching in your notebook. This basic search functionality offers some additional filters like <em>Match Case<\/em> or <em>Regex.<\/em><\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/search-4K.mp4\"><\/video><\/figure>\n\n\n\n<p>You can use Markdown cells to structure the document and navigate it easily.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/structure-view-4K.mp4\"><\/video><\/figure>\n\n\n\n<p>If you would like to highlight some cells so you can come back to them later, you can mark them with <em>#TODO<\/em> or <em>#FIXME<\/em><strong>,<\/strong> and they will be made available for you to dissect in a dedicated window.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/todo-4K.mp4\"><\/video><\/figure>\n\n\n\n<p>Or you can use tags to highlight some cells so you\u2019ll be able to spot them more easily.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/Tag-4K.mp4\"><\/video><\/figure>\n\n\n\n<p>In some cases, you may need to see the most recently executed cell; in this case, you can simply use the <em>Go To<\/em> option.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/go-to-4K.mp4\"><\/video><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Save your work<\/h3>\n\n\n\n<p>Because teamwork is essential for data professionals, you need tooling that makes sharing the results of your work easy. One popular solution is Git, which PyCharm supports with features like notebook versioning and version comparison using the <em>Diff<\/em> view. You can find an in-depth overview of the functionality <a href=\"https:\/\/blog.jetbrains.com\/dataspell\/2022\/08\/how-to-use-git-with-jupyter-notebooks\/\">in this tutorial<\/a>.<\/p>\n\n\n\n<p>Another useful feature is <em>Local History<\/em>, which automatically saves your progress and allows you to revert to previous steps with just a few clicks.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/local-history-4K.mp4\"><\/video><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Use the full power of AI Assistant<\/h2>\n\n\n\n<p>JetBrains AI Assistant helps you automate repetitive tasks, optimize your code, and enhance your productivity. In Jupyter notebooks, it also offers several unique features in addition to those that are available in any JetBrains tool.&nbsp;<\/p>\n\n\n\n<p>Click the <img decoding=\"async\" loading=\"lazy\" width=\"29\" height=\"26\" src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2025\/09\/AD_4nXdLAN99yyvJspWSBMNp9s_serkG_JUoXMbbr6vRZnwpR6uAWKCytCUOi9f2xNjl3S9TzzvpqrzxQJhZolhPD7uEfPLlNhc8EVE6zz0GG2mkOIwjuDchkYyj-chIxtrqP4idtJ16QQz9ouXi6qe-N6Yb4I8.png\"> icon to get insights regarding your data. You can also ask additional questions regarding the dataset or ask AI Assistant to do something \u2013 for example, \u201c<em>write some code that solves the missing data problem\u201d.<\/em><\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/Explain-dataframe-4K.mp4\"><\/video><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">AI data visualization<\/h3>\n\n\n\n<p>Pressing the icon <img decoding=\"async\" loading=\"lazy\" width=\"29\" height=\"26\" src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2025\/09\/AD_4nXdLAN99yyvJspWSBMNp9s_serkG_JUoXMbbr6vRZnwpR6uAWKCytCUOi9f2xNjl3S9TzzvpqrzxQJhZolhPD7uEfPLlNhc8EVE6zz0GG2mkOIwjuDchkYyj-chIxtrqP4idtJ16QQz9ouXi6qe-N6Yb4I8.png\"> will suggest some useful visualizations for your data. AI Assistant will generate the proper code in the chat section for your data.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/AI-Visual-4K.mp4\"><\/video><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">AI cell<\/h3>\n\n\n\n<p>AI Assistant can create a cell based on a prompt. You can simply ask it to create a visualization or do something else with your code or data, and it will generate the code that you requested.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/AI-Cell-final-4K.mp4\"><\/video><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Debugger<\/strong><\/h2>\n\n\n\n<p>PyCharm offers advanced debugging capabilities to enhance your experience in Jupyter notebooks. The integrated Jupyter debugger allows you to set breakpoints, inspect variables, and evaluate expressions directly within your notebooks. This powerful tool helps you step through your code cell by cell, making it easier to identify and fix issues as they arise. Read our <a href=\"https:\/\/blog.jetbrains.com\/pycharm\/2022\/11\/how-to-debug-a-jupyter-notebook-in-pycharm\/\">blog post<\/a> on how you can debug a Jupyter notebook in PyCharm for a real-life example.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https:\/\/blog.jetbrains.com\/wp-content\/uploads\/2024\/09\/debugger-4K.mp4\"><\/video><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Get started with PyCharm Professional<\/h2>\n\n\n\n<p>PyCharm\u2019s Jupyter support enhances your data science workflows by combining the interactive aspects of Jupyter notebooks with advanced IDE features. It accelerates data analysis with interactive tables and AI assistance, improves coding efficiency with code completion and refactoring, and simplifies error detection and navigation. PyCharm&#8217;s seamless Git integration and powerful debugging tools further boost productivity, making it essential for data professionals.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.jetbrains.com\/pycharm\/download\/\" data-type=\"link\" data-id=\"https:\/\/www.jetbrains.com\/pycharm\/download\/\" target=\"_blank\" rel=\"noopener\">Download PyCharm Professional<\/a> to try it out for yourself! Get an extended trial today and experience the difference PyCharm Professional can make in your data science endeavors.Use the promo code \u201c<strong>PyCharmNotebooks<\/strong>\u201d at checkout to activate your free 60-day subscription to PyCharm Professional. The free subscription is available for individual users only.<\/p>\n\n\n    <div class=\"buttons\">\n        <div class=\"buttons__row\">\n                                                <a href=\"https:\/\/jb.gg\/7lk9cy\" class=\"btn\" target=\"\" rel=\"noopener\">Activate your 60-day trial<\/a>\n                                                    <\/div>\n    <\/div>\n\n\n\n\n\n\n\n<p><a href=\"https:\/\/www.jetbrains.com\/help\/pycharm\/jupyter-notebook-support.html\" target=\"_blank\" rel=\"noopener\">Explore our official documentation<\/a> to fully unlock PyCharm&#8217;s potential for your projects.<\/p>\n","protected":false},"author":1407,"featured_media":508863,"comment_status":"closed","ping_status":"closed","template":"","categories":[952,1401,2347],"tags":[953,7057],"cross-post-tag":[],"acf":[],"_links":{"self":[{"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/pycharm\/508361"}],"collection":[{"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/pycharm"}],"about":[{"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/types\/pycharm"}],"author":[{"embeddable":true,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/users\/1407"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/comments?post=508361"}],"version-history":[{"count":10,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/pycharm\/508361\/revisions"}],"predecessor-version":[{"id":612416,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/pycharm\/508361\/revisions\/612416"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/media\/508863"}],"wp:attachment":[{"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/media?parent=508361"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/categories?post=508361"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/tags?post=508361"},{"taxonomy":"cross-post-tag","embeddable":true,"href":"https:\/\/blog.jetbrains.com\/pt-br\/wp-json\/wp\/v2\/cross-post-tag?post=508361"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}