ErrorException Message: Argument 2 passed to WP_Translation_Controller::load_file() must be of the type string, null given, called in /homepages/23/d949784577/htdocs/clickandbuilds/Neuralnetlab/wp-includes/l10n.php on line 838
https://neuralnetlab.com/wp-content/plugins/dmca-badge/libraries/sidecar/classes/{"id":79,"date":"2021-08-02T14:16:57","date_gmt":"2021-08-02T14:16:57","guid":{"rendered":"https:\/\/neuralnetlab.com\/?p=79"},"modified":"2022-02-08T17:23:21","modified_gmt":"2022-02-08T17:23:21","slug":"check-anaconda-version","status":"publish","type":"post","link":"https:\/\/neuralnetlab.com\/check-anaconda-version\/","title":{"rendered":"How to Check Anaconda Version?"},"content":{"rendered":"\n

Simply run the following commands in CMD or inside Anaconda Prompt to Check Anaconda version in Windows. <\/p>\n\n\n\n

conda list anaconda$<\/strong><\/code><\/pre>\n\n\n\n

To check Anaconda Version in MAC, simply go to MAC terminal or Anaconda Prompt and run the following command.<\/p>\n\n\n\n

conda list anaconda$<\/strong><\/code><\/pre>\n\n\n\n

So have you installed anaconda but not sure what version it is? Or do you simply need to use someone else’s device that has Anaconda installed, but first you need to check anaconda version just to confirm? if you fall into these groups then please read along. This article is about a brief introduction to Anaconda and how to check its version.<\/p>\n\n\n\n

What is Anaconda distribution?<\/h2>\n\n\n\n

Before heading over to a bit more into Anaconda and its version check, let’s have a basic idea about what Anaconda is. <\/p>\n\n\n\n

Anaconda is a Python and R distribution for data science and machine learning. It simplifies data science & machine learning package deployment and management. When you install Anaconda you install more than 250 data science and machine learning packages along with it.<\/p>\n\n\n\n

Such packages suit your Windows, Mac, and Linux operating systems. These packages cover almost everything you need to start with your machine learning and data science project.<\/p>\n\n\n\n

Most interestingly, you can easily install over 7,500 additional open-source python and R packages using the conda package manager. <\/p>\n\n\n\n

Download Anaconda for Windows<\/h2>\n\n\n\n

If you haven’t downloaded Anaconda for Windows, MAC, or for Linux, now it’s the time! Go to the below link to download and install it from the official site. <\/p>\n\n\n\n

https:\/\/www.anaconda.com\/products\/individual<\/strong><\/a><\/p>\n\n\n\n

Note that the Anaconda Individual Edition is free.<\/p>\n\n\n\n

Some of the famous Anconda pre-installed packages<\/h2>\n\n\n\n

To see all the packages pre-installed with Anaconda, use CMD or Anaconda Prompt. For example head over to your CMD and type “conda list<\/strong>” and hit enter. Which gives you the following list.<\/p>\n\n\n\n

\"conda<\/figure>\n\n\n\n

The list goes on and on, so I cannot even screen capture everything in one image!<\/p>\n\n\n\n

\"\"<\/figure>\n\n\n\n

Let’s name <\/strong>some <\/strong>of the well-known packages<\/strong> pre-installed with Anaconda distribution.<\/p>\n\n\n\n

  1. Numpy<\/li>
  2. PIP<\/li>
  3. Pandas<\/li>
  4. Cython <\/li>
  5. Flask<\/li>
  6. Future<\/li>
  7. scipy<\/li>
  8. seaborn<\/li>
  9. jupyter<\/li>
  10. openssl<\/li>
  11. pyyaml<\/li>
  12. scikit-learn<\/li>
  13. spyder<\/li><\/ol>\n\n\n\n<\/a>\n\n\n\n

    Let’s check Anaconda Version in Windows using Command Prompt<\/h2>\n\n\n\n

    To do this you need to open the command prompt on your Windows computer, also known as CMD. Then type the following command. <\/p>\n\n\n\n

    conda list anaconda$<\/strong><\/code><\/pre>\n\n\n\n

    Conda will return only the package named \u201canaconda\u201d, because we have included $ at the end.<\/p>\n\n\n\n

    \"conda<\/figure>\n\n\n\n

    As we can see, I have the 2021.05 version. It might be different for you, but you get the idea. <\/p>\n\n\n\n

    If you enter the same command without the $ sign you are going to get more information.<\/p>\n\n\n\n

    conda list anaconda<\/strong><\/code><\/pre>\n\n\n\n
    \"conda<\/figure>\n\n\n\n

    Let’s check Anaconda Version in WIndows using the Anaconda Prompt <\/h2>\n\n\n\n

    You can also check the anaconda version using the anaconda prompt. Either search for ‘Anaconda Prompt” in the windows search or find it in the start menu. <\/p>\n\n\n\n

    \"Anaconda<\/figure>\n\n\n\n

    Let’s type the same command in Anaconda Prompt as well. And check for the result.<\/p>\n\n\n\n

    conda list anaconda$<\/strong><\/code><\/code><\/pre>\n\n\n\n
    \"Using<\/figure>\n\n\n\n

    As we can see, we get the same result. No matter which prompt you use, we always get the same set of results.<\/p>\n\n\n\n

    Now run the command without typing $<\/strong><\/code> at the end, and investigate your result. Are they the same as when you ran it in the command prompt? ( Homework -;)<\/strong> )<\/p>\n\n\n\n

    Checking Anaconda version in MAC<\/h2>\n\n\n\n

    Now that we know how to check the anaconda version in windows, let’s focus on MAC operating system. <\/p>\n\n\n\n

    Check whether Anaconda is installed in MAC<\/h3>\n\n\n\n

    First of all, If you want to check whether Anaconda is actually installed, run the following command in the MAC terminal.<\/p>\n\n\n\n

    conda info<\/code><\/pre>\n\n\n\n

    If you get a list of results then you have Anaconda in your MAC. Conda is installed with Anaconda, and a must for Anaconda to work. So the idea is that when you get the conda info successfully, you have Anaconda also working in your system.<\/p>\n\n\n\n

    Conda info<\/em><\/strong> command works with Windows as well. Let me show you what I get when I run the command in the Windows CMD.<\/p>\n\n\n\n

    \"conda<\/figure>\n\n\n\n

    If Anaconda is installed you will see detailed information for both the Anaconda distribution and Python version.<\/p>\n\n\n\n

    Check Anaconda version in MAC<\/h3>\n\n\n\n

    You can use the same commands that we previously used to Check Anaconda Version in MAC as well. <\/p>\n\n\n\n

    So run the following command either in MAC terminal or Anaconda Prompt within MAC operating system.<\/p>\n\n\n\n

    conda list anaconda<\/strong>$<\/strong><\/span><\/code><\/code><\/pre>\n\n\n\n

    Conclusion<\/h2>\n\n\n\n

    There you have it. That’s how you Check the Anaconda version within Windows or in MAC once installed properly. It is just about issuing a simple command in command prompt or in Anaconda prompt. <\/p>\n\n\n\n

    But just in case, If you are looking for the commands to check conda version, simply read this post below. <\/p>\n\n\n\n

    https:\/\/neuralnetlab.com\/how-to-check-conda-version-in-windows<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"

    Simply run the following commands in CMD or inside Anaconda Prompt to Check Anaconda version in Windows. To check Anaconda Version in MAC, simply go to MAC terminal or Anaconda Prompt and run the following command. So have you installed anaconda but not sure what version it is? Or do you simply need to use… Read More »How to Check Anaconda Version?<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":97,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","jetpack_post_was_ever_published":false,"_ti_tpc_template_sync":false,"_ti_tpc_template_id":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[79],"tags":[8,62,63,64,65,58,67,12,66,22,23,21],"yoast_head":"\nHow to Check Anaconda Version? - Neural Net Lab<\/title>\n<meta name=\"description\" content=\"This is how you check Anaconda version in Windows. Simply run these commands in Command Prompt or in Anaconda Prompt for a quick answer.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/neuralnetlab.com\/check-anaconda-version\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Check Anaconda Version? - Neural Net Lab\" \/>\n<meta property=\"og:description\" content=\"This is how you check Anaconda version in Windows. Simply run these commands in Command Prompt or in Anaconda Prompt for a quick answer.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/neuralnetlab.com\/check-anaconda-version\/\" \/>\n<meta property=\"og:site_name\" content=\"Neural Net Lab\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/neuralnetlab\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/neuralnetlab\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-02T14:16:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-08T17:23:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Check-Anaconda-Version.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Thilina Prasanga Doremure Gamage\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Thilina Prasanga Doremure Gamage\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/neuralnetlab.com\/check-anaconda-version\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/neuralnetlab.com\/check-anaconda-version\/\"},\"author\":{\"name\":\"Thilina Prasanga Doremure Gamage\",\"@id\":\"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0\"},\"headline\":\"How to Check Anaconda Version?\",\"datePublished\":\"2021-08-02T14:16:57+00:00\",\"dateModified\":\"2022-02-08T17:23:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/neuralnetlab.com\/check-anaconda-version\/\"},\"wordCount\":764,\"commentCount\":5,\"publisher\":{\"@id\":\"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0\"},\"image\":{\"@id\":\"https:\/\/neuralnetlab.com\/check-anaconda-version\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Check-Anaconda-Version.jpg?fit=1024%2C600&ssl=1\",\"keywords\":[\"AI with Python\",\"Anaconda\",\"Anaconda Python\",\"Check Anaconda Version\",\"Check Anaconda Version in Windows\",\"conda list\",\"conda list anaconda$\",\"Deep Learning with Python\",\"Download Anaconda\",\"machine learning\",\"machine learning with python\",\"ML\"],\"articleSection\":[\"Anaconda\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/neuralnetlab.com\/check-anaconda-version\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/neuralnetlab.com\/check-anaconda-version\/\",\"url\":\"https:\/\/neuralnetlab.com\/check-anaconda-version\/\",\"name\":\"How to Check Anaconda Version? - Neural Net Lab\",\"isPartOf\":{\"@id\":\"https:\/\/neuralnetlab.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/neuralnetlab.com\/check-anaconda-version\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/neuralnetlab.com\/check-anaconda-version\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Check-Anaconda-Version.jpg?fit=1024%2C600&ssl=1\",\"datePublished\":\"2021-08-02T14:16:57+00:00\",\"dateModified\":\"2022-02-08T17:23:21+00:00\",\"description\":\"This is how you check Anaconda version in Windows. Simply run these commands in Command Prompt or in Anaconda Prompt for a quick answer.\",\"breadcrumb\":{\"@id\":\"https:\/\/neuralnetlab.com\/check-anaconda-version\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/neuralnetlab.com\/check-anaconda-version\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/neuralnetlab.com\/check-anaconda-version\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Check-Anaconda-Version.jpg?fit=1024%2C600&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Check-Anaconda-Version.jpg?fit=1024%2C600&ssl=1\",\"width\":1024,\"height\":600,\"caption\":\"Check Anaconda Version\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/neuralnetlab.com\/check-anaconda-version\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/neuralnetlab.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Check Anaconda Version?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/neuralnetlab.com\/#website\",\"url\":\"https:\/\/neuralnetlab.com\/\",\"name\":\"Neural Net Lab\",\"description\":\"Neural Networks & Machine Learning\",\"publisher\":{\"@id\":\"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/neuralnetlab.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0\",\"name\":\"Thilina Prasanga Doremure Gamage\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/neuralnetlab.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Neural-Network-Lab-Logo.png?fit=500%2C500&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Neural-Network-Lab-Logo.png?fit=500%2C500&ssl=1\",\"width\":500,\"height\":500,\"caption\":\"Thilina Prasanga Doremure Gamage\"},\"logo\":{\"@id\":\"https:\/\/neuralnetlab.com\/#\/schema\/person\/image\/\"},\"sameAs\":[\"http:\/\/neuralnetlab.com\",\"https:\/\/www.facebook.com\/neuralnetlab\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Check Anaconda Version? - Neural Net Lab","description":"This is how you check Anaconda version in Windows. Simply run these commands in Command Prompt or in Anaconda Prompt for a quick answer.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/neuralnetlab.com\/check-anaconda-version\/","og_locale":"en_US","og_type":"article","og_title":"How to Check Anaconda Version? - Neural Net Lab","og_description":"This is how you check Anaconda version in Windows. Simply run these commands in Command Prompt or in Anaconda Prompt for a quick answer.","og_url":"https:\/\/neuralnetlab.com\/check-anaconda-version\/","og_site_name":"Neural Net Lab","article_publisher":"https:\/\/www.facebook.com\/neuralnetlab\/","article_author":"https:\/\/www.facebook.com\/neuralnetlab\/","article_published_time":"2021-08-02T14:16:57+00:00","article_modified_time":"2022-02-08T17:23:21+00:00","og_image":[{"width":1024,"height":600,"url":"https:\/\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Check-Anaconda-Version.jpg","type":"image\/jpeg"}],"author":"Thilina Prasanga Doremure Gamage","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Thilina Prasanga Doremure Gamage","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/neuralnetlab.com\/check-anaconda-version\/#article","isPartOf":{"@id":"https:\/\/neuralnetlab.com\/check-anaconda-version\/"},"author":{"name":"Thilina Prasanga Doremure Gamage","@id":"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0"},"headline":"How to Check Anaconda Version?","datePublished":"2021-08-02T14:16:57+00:00","dateModified":"2022-02-08T17:23:21+00:00","mainEntityOfPage":{"@id":"https:\/\/neuralnetlab.com\/check-anaconda-version\/"},"wordCount":764,"commentCount":5,"publisher":{"@id":"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0"},"image":{"@id":"https:\/\/neuralnetlab.com\/check-anaconda-version\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Check-Anaconda-Version.jpg?fit=1024%2C600&ssl=1","keywords":["AI with Python","Anaconda","Anaconda Python","Check Anaconda Version","Check Anaconda Version in Windows","conda list","conda list anaconda$","Deep Learning with Python","Download Anaconda","machine learning","machine learning with python","ML"],"articleSection":["Anaconda"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/neuralnetlab.com\/check-anaconda-version\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/neuralnetlab.com\/check-anaconda-version\/","url":"https:\/\/neuralnetlab.com\/check-anaconda-version\/","name":"How to Check Anaconda Version? - Neural Net Lab","isPartOf":{"@id":"https:\/\/neuralnetlab.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/neuralnetlab.com\/check-anaconda-version\/#primaryimage"},"image":{"@id":"https:\/\/neuralnetlab.com\/check-anaconda-version\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Check-Anaconda-Version.jpg?fit=1024%2C600&ssl=1","datePublished":"2021-08-02T14:16:57+00:00","dateModified":"2022-02-08T17:23:21+00:00","description":"This is how you check Anaconda version in Windows. Simply run these commands in Command Prompt or in Anaconda Prompt for a quick answer.","breadcrumb":{"@id":"https:\/\/neuralnetlab.com\/check-anaconda-version\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/neuralnetlab.com\/check-anaconda-version\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/neuralnetlab.com\/check-anaconda-version\/#primaryimage","url":"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Check-Anaconda-Version.jpg?fit=1024%2C600&ssl=1","contentUrl":"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Check-Anaconda-Version.jpg?fit=1024%2C600&ssl=1","width":1024,"height":600,"caption":"Check Anaconda Version"},{"@type":"BreadcrumbList","@id":"https:\/\/neuralnetlab.com\/check-anaconda-version\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/neuralnetlab.com\/"},{"@type":"ListItem","position":2,"name":"How to Check Anaconda Version?"}]},{"@type":"WebSite","@id":"https:\/\/neuralnetlab.com\/#website","url":"https:\/\/neuralnetlab.com\/","name":"Neural Net Lab","description":"Neural Networks & Machine Learning","publisher":{"@id":"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/neuralnetlab.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/neuralnetlab.com\/#\/schema\/person\/febd337c85df1b13e219851e4d85b0a0","name":"Thilina Prasanga Doremure Gamage","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/neuralnetlab.com\/#\/schema\/person\/image\/","url":"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Neural-Network-Lab-Logo.png?fit=500%2C500&ssl=1","contentUrl":"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Neural-Network-Lab-Logo.png?fit=500%2C500&ssl=1","width":500,"height":500,"caption":"Thilina Prasanga Doremure Gamage"},"logo":{"@id":"https:\/\/neuralnetlab.com\/#\/schema\/person\/image\/"},"sameAs":["http:\/\/neuralnetlab.com","https:\/\/www.facebook.com\/neuralnetlab\/"]}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/neuralnetlab.com\/wp-content\/uploads\/2021\/08\/Check-Anaconda-Version.jpg?fit=1024%2C600&ssl=1","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pdgAsq-1h","jetpack-related-posts":[],"jetpack_likes_enabled":false,"_links":{"self":[{"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/posts\/79"}],"collection":[{"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/comments?post=79"}],"version-history":[{"count":13,"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/posts\/79\/revisions"}],"predecessor-version":[{"id":717,"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/posts\/79\/revisions\/717"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/media\/97"}],"wp:attachment":[{"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/media?parent=79"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/categories?post=79"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/neuralnetlab.com\/wp-json\/wp\/v2\/tags?post=79"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}