{"id":820,"date":"2025-05-08T07:56:12","date_gmt":"2025-05-08T10:56:12","guid":{"rendered":"https:\/\/geocym.com\/?p=820"},"modified":"2025-06-30T11:45:21","modified_gmt":"2025-06-30T10:45:21","slug":"como-instalar-o-jupyterlab-no-wsl-com-ambiente-virtual","status":"publish","type":"post","link":"https:\/\/geocym.com\/index.php\/como-instalar-o-jupyterlab-no-wsl-com-ambiente-virtual\/","title":{"rendered":"Como Instalar o JupyterLab no WSL com Ambiente Virtual"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-725d03bd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-a34cb5c9\"><h1 class=\"uagb-heading-text\">Como instalar o JupyterLab no WSL com Ambiente Virtual<\/h1><\/div>\n\n\n\n<p>O <strong>JupyterLab<\/strong> \u00e9 uma vers\u00e3o moderna, poderosa e flex\u00edvel do Jupyter Notebook. Ideal para projetos maiores, ele oferece uma interface gr\u00e1fica avan\u00e7ada para desenvolvimento com Python. E a boa not\u00edcia: voc\u00ea pode instal\u00e1-lo facilmente no <strong>WSL <\/strong>(Windows Subsystem for Linux), usando o mesmo ambiente virtual que configuramos nos cap\u00edtulos anteriores. Por isso, preparamos esse passo a passo para voc\u00ea aprender a como instalar o JupyterLab no WSL com Ambiente Virtual.<\/p>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-6f38d140\"><h2 class=\"uagb-heading-text\">Passo 1 \u2013 Ative o Ambiente Virtual<\/h2><\/div>\n\n\n\n<p>Antes de instalar o<a href=\"https:\/\/jupyterlab.readthedocs.io\/en\/latest\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\"> JupyterLab<\/a>, ative o ambiente virtual:<\/p>\n\n\n\n<p><strong>cd projetos_geo\/geoprocessamento<br>source geoenv\/bin\/activate<\/strong><\/p>\n\n\n\n<p>Sempre que for usar o Jupyter Notebook ou o JupyterLab, \u00e9 necess\u00e1rio ativar seu ambiente virtual.<\/p>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-9f9c76f8\"><h2 class=\"uagb-heading-text\">Passo 2 \u2013 Instale o JupyterLab<\/h2><\/div>\n\n\n\n<p>Com o ambiente virtual ativo, instale o JupyterLab com:<\/p>\n\n\n\n<p><strong>pip install jupyterlab<\/strong><\/p>\n\n\n\n<p>Essa instala\u00e7\u00e3o \u00e9 isolada e n\u00e3o afeta outros projetos Python no seu sistema.<\/p>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-7bf9ca8e\"><h2 class=\"uagb-heading-text\">Passo 3 \u2013 Inicie o JupyterLab<\/h2><\/div>\n\n\n\n<p>Ap\u00f3s a instala\u00e7\u00e3o, inicie o JupyterLab:<\/p>\n\n\n\n<p><strong>jupyter lab<\/strong><\/p>\n\n\n\n<p>O terminal exibir\u00e1 um link parecido com:<\/p>\n\n\n\n<p><strong>http:\/\/localhost:8888\/lab?token=seutokenaqui<\/strong><\/p>\n\n\n\n<div class=\"wp-block-uagb-image alignwide uagb-block-8ca8fdc3 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-wide\"><figure class=\"wp-block-uagb-image__figure\"><img decoding=\"async\" srcset=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/5_1.jpg ,https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/5_1.jpg 780w, https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/5_1.jpg 360w\" sizes=\"auto, (max-width: 480px) 150px\" src=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/5_1.jpg\" alt=\"Como instalar o JupyterLab no WSL.\" class=\"uag-image-821\" width=\"730\" height=\"530\" title=\"Terminal exibindo o link para acessar o JupyterLab no navegador via WSL.\" loading=\"lazy\" role=\"img\"\/><\/figure><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-50fc14b4\"><h2 class=\"uagb-heading-text\">Passo 4 \u2013 Crie um Novo Notebook<\/h2><\/div>\n\n\n\n<p>Na interface do JupyterLab, clique em <strong>Notebook &gt; Python 3<\/strong> para criar um novo projeto. A partir da\u00ed, voc\u00ea j\u00e1 pode come\u00e7ar a escrever, testar e visualizar seus c\u00f3digos Python.<\/p>\n\n\n\n<div class=\"wp-block-uagb-image alignwide uagb-block-80843450 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-wide\"><figure class=\"wp-block-uagb-image__figure\"><img decoding=\"async\" srcset=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/5_2-1024x562.jpg ,https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/5_2.jpg 780w, https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/5_2.jpg 360w\" sizes=\"auto, (max-width: 480px) 150px\" src=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/5_2-1024x562.jpg\" alt=\"Interface do JupyterLab mostrando op\u00e7\u00e3o para criar novo notebook Python.\" class=\"uag-image-822\" width=\"1179\" height=\"647\" title=\"Como instalar o JupyterLab no WSL \" loading=\"lazy\" role=\"img\"\/><\/figure><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e4a9ce3d\"><h2 class=\"uagb-heading-text\">Dica Extra: Crie um Atalho no .bashrc<\/h2><\/div>\n\n\n\n<p>Para abrir o JupyterLab com um \u00fanico comando, adicione esta linha ao final do arquivo .bashrc:<\/p>\n\n\n\n<p><strong>alias jlab=&#8221;source ~\/meus_projetos_geo\/venv-geo\/bin\/activate &amp;&amp; jupyter lab&#8221;<\/strong><\/p>\n\n\n\n<p>Depois, basta digitar <strong>jlab<\/strong> no terminal sempre que quiser iniciar.<\/p>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e7904b4d\"><h2 class=\"uagb-heading-text\">Conclus\u00e3o<\/h2><\/div>\n\n\n\n<p>Agora voc\u00ea est\u00e1 utilizando o <strong>JupyterLab no WSL<\/strong> como um verdadeiro profissional. Essa ferramenta \u00e9 altamente recomendada para quem deseja produtividade e organiza\u00e7\u00e3o em projetos Python.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-block-uagb-info-box uagb-block-c2f7870b uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title\">Quer entender a diferen\u00e7a entre o Jupyter Notebook e o JupyterLab? <\/h3><\/div><p class=\"uagb-ifb-desc\"> Acesse nosso post:<\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list uagb-block-5afbe2dd\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a88ab193\"><a target=\"_self\" aria-label=\"Jupyter Notebook vs. JupyterLab \u2013 Qual escolher?\" rel=\"noopener noreferrer\" href=\"https:\/\/geocym.com\/index.php\/jupyter-notebook-vs-jupyterlab-qual-escolher\/\"> <\/a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM256 352C309 352 352 309 352 256C352 202.1 309 160 256 160C202.1 160 160 202.1 160 256C160 309 202.1 352 256 352z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Jupyter Notebook vs. JupyterLab \u2013 Qual escolher?<\/span><\/div>\n<\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-46efc2bb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-fc01aaa9\">\n<div class=\"wp-block-uagb-icon-list uagb-block-458e53d7\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-596ba776\"><a target=\"_self\" aria-label=\"Cap\u00edtulo Anterior: Como instalar o Jupyter Notebook no WSL\" rel=\"noopener noreferrer\" href=\"https:\/\/geocym.com\/index.php\/como-instalar-o-jupyter-notebook-no-wsl-com-ambiente-virtual\/\"> <\/a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM384 288H205.3l49.38 49.38c12.5 12.5 12.5 32.75 0 45.25s-32.75 12.5-45.25 0L105.4 278.6C97.4 270.7 96 260.9 96 256c0-4.883 1.391-14.66 9.398-22.65l103.1-103.1c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L205.3 224H384c17.69 0 32 14.33 32 32S401.7 288 384 288z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Cap\u00edtulo Anterior:<strong> <\/strong>Como instalar o Jupyter Notebook no WSL<\/span><\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-58968c4a\">\n<div class=\"wp-block-uagb-icon-list uagb-block-19f25457\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e1523eab\"><a target=\"_self\" aria-label=\"Pr\u00f3ximo Cap\u00edtulo: Instalando bibliotecas Python para geoprocessamento no WSL\" rel=\"noopener noreferrer\" href=\"https:\/\/geocym.com\/index.php\/instalar-bibliotecas-python-geoprocessamento\/\"> <\/a><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM406.6 278.6l-103.1 103.1c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25L306.8 288H128C110.3 288 96 273.7 96 256s14.31-32 32-32h178.8l-49.38-49.38c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l103.1 103.1C414.6 241.3 416 251.1 416 256C416 260.9 414.6 270.7 406.6 278.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Pr\u00f3ximo Cap\u00edtulo: Instalando bibliotecas Python para geoprocessamento no WSL<\/span><\/div>\n<\/div><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-f06d43a7 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n\t\t\t<div class=\"wp-block-uagb-post-carousel uagb-post-grid  uagb-post__image-position-top uagb-post__image-enabled uagb-block-121436e3     uagb-post__arrow-outside uagb-slick-carousel uagb-post__items uagb-post__columns-3 is-carousel uagb-post__columns-tablet-2 uagb-post__columns-mobile-1\" data-total=\"2\" style=\"\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"uagb-post__inner-wrap\">\t\t\t\t\t\t\t\t<div class='uagb-post__image'>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/geocym.com\/index.php\/instalar-bibliotecas-python-geoprocessamento\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"332\" src=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Instalando-bibliotecas-Python-para-geoprocessamento-no-WSL.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Instalando-bibliotecas-Python-para-geoprocessamento-no-WSL.png 605w, https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Instalando-bibliotecas-Python-para-geoprocessamento-no-WSL-300x165.png 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" title=\"\">\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h4 class=\"uagb-post__title uagb-post__text\">\n\t\t\t\t<a href=\"https:\/\/geocym.com\/index.php\/instalar-bibliotecas-python-geoprocessamento\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Instalando bibliotecas Python para geoprocessamento no WSL<\/a>\n\t\t\t<\/h4>\n\t\t\t\t\t\t<div class='uagb-post__text uagb-post-grid-byline'>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class='uagb-post__text uagb-post__excerpt'>\n\t\t\t\t\tAprenda como instalar as bibliotecas essenciais de Python para geoprocessamento no WSL, incluindo GeoPandas, Shapely, Rasterio e mais.\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-post__text uagb-post__cta wp-block-button\">\n\t\t\t\t<a class=\"wp-block-button__link uagb-text-link\" style=\"\" href=\"https:\/\/geocym.com\/index.php\/instalar-bibliotecas-python-geoprocessamento\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Ler mais<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"uagb-post__inner-wrap\">\t\t\t\t\t\t\t\t<div class='uagb-post__image'>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/geocym.com\/index.php\/jupyter-notebook-vs-jupyterlab-qual-escolher\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"332\" src=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Jupyter-Notebook-vs.-JupyterLab.png\" class=\"attachment-large size-large\" alt=\"Jupyter Notebook vs. JupyterLab -Entendendo as diferen\u00e7as.\" srcset=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Jupyter-Notebook-vs.-JupyterLab.png 605w, https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Jupyter-Notebook-vs.-JupyterLab-300x165.png 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" title=\"\">\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h4 class=\"uagb-post__title uagb-post__text\">\n\t\t\t\t<a href=\"https:\/\/geocym.com\/index.php\/jupyter-notebook-vs-jupyterlab-qual-escolher\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Jupyter Notebook vs. JupyterLab \u2013 Qual escolher?<\/a>\n\t\t\t<\/h4>\n\t\t\t\t\t\t<div class='uagb-post__text uagb-post-grid-byline'>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class='uagb-post__text uagb-post__excerpt'>\n\t\t\t\t\t Jupyter Notebook Vs. JupyterLab &#8211; Descubra as diferen\u00e7as e escolha a melhor ferramenta para seus projetos em Python e geoprocessamento.\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-post__text uagb-post__cta wp-block-button\">\n\t\t\t\t<a class=\"wp-block-button__link uagb-text-link\" style=\"\" href=\"https:\/\/geocym.com\/index.php\/jupyter-notebook-vs-jupyterlab-qual-escolher\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Ler mais<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"uagb-post__inner-wrap\">\t\t\t\t\t\t\t\t<div class='uagb-post__image'>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/geocym.com\/index.php\/como-instalar-o-jupyterlab-no-wsl-com-ambiente-virtual\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"332\" src=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Como-instalar-o-JupyterLab-no-WSL.png\" class=\"attachment-large size-large\" alt=\"Passo a passo de como instalar o JupterLab no WSL com Ambiente Virtual\" srcset=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Como-instalar-o-JupyterLab-no-WSL.png 605w, https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Como-instalar-o-JupyterLab-no-WSL-300x165.png 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" title=\"\">\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h4 class=\"uagb-post__title uagb-post__text\">\n\t\t\t\t<a href=\"https:\/\/geocym.com\/index.php\/como-instalar-o-jupyterlab-no-wsl-com-ambiente-virtual\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Como Instalar o JupyterLab no WSL com Ambiente Virtual<\/a>\n\t\t\t<\/h4>\n\t\t\t\t\t\t<div class='uagb-post__text uagb-post-grid-byline'>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class='uagb-post__text uagb-post__excerpt'>\n\t\t\t\t\tAprenda a instalar o JupyterLab no WSL usando um ambiente virtual em Python. Guia passo a passo para um ambiente de desenvolvimento avan\u00e7ado.\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-post__text uagb-post__cta wp-block-button\">\n\t\t\t\t<a class=\"wp-block-button__link uagb-text-link\" style=\"\" href=\"https:\/\/geocym.com\/index.php\/como-instalar-o-jupyterlab-no-wsl-com-ambiente-virtual\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Ler mais<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"uagb-post__inner-wrap\">\t\t\t\t\t\t\t\t<div class='uagb-post__image'>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/geocym.com\/index.php\/como-instalar-o-jupyter-notebook-no-wsl-com-ambiente-virtual\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"332\" src=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Como-instalar-o-Jupyter-Notebook-no-WSL.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Como-instalar-o-Jupyter-Notebook-no-WSL.png 605w, https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Como-instalar-o-Jupyter-Notebook-no-WSL-300x165.png 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" title=\"\">\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h4 class=\"uagb-post__title uagb-post__text\">\n\t\t\t\t<a href=\"https:\/\/geocym.com\/index.php\/como-instalar-o-jupyter-notebook-no-wsl-com-ambiente-virtual\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Como instalar o Jupyter Notebook no WSL (com ambiente virtual)<\/a>\n\t\t\t<\/h4>\n\t\t\t\t\t\t<div class='uagb-post__text uagb-post-grid-byline'>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class='uagb-post__text uagb-post__excerpt'>\n\t\t\t\t\tAprenda como instalar e configurar o Jupyter Notebook no WSL com Python em um ambiente virtual. Guia pr\u00e1tico, direto e ideal para iniciantes.\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-post__text uagb-post__cta wp-block-button\">\n\t\t\t\t<a class=\"wp-block-button__link uagb-text-link\" style=\"\" href=\"https:\/\/geocym.com\/index.php\/como-instalar-o-jupyter-notebook-no-wsl-com-ambiente-virtual\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Ler mais<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"uagb-post__inner-wrap\">\t\t\t\t\t\t\t\t<div class='uagb-post__image'>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/geocym.com\/index.php\/como-criar-um-ambiente-virtual-no-wsl-com-python\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"332\" src=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/04\/Como-criar-um-Ambiente-Virtual-no-WSL-com-Python-1.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/04\/Como-criar-um-Ambiente-Virtual-no-WSL-com-Python-1.png 605w, https:\/\/geocym.com\/wp-content\/uploads\/2025\/04\/Como-criar-um-Ambiente-Virtual-no-WSL-com-Python-1-300x165.png 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" title=\"\">\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h4 class=\"uagb-post__title uagb-post__text\">\n\t\t\t\t<a href=\"https:\/\/geocym.com\/index.php\/como-criar-um-ambiente-virtual-no-wsl-com-python\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Como Criar um Ambiente Virtual no WSL (com Python)<\/a>\n\t\t\t<\/h4>\n\t\t\t\t\t\t<div class='uagb-post__text uagb-post-grid-byline'>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class='uagb-post__text uagb-post__excerpt'>\n\t\t\t\t\tAprenda a criar um ambiente virtual no WSL com Python de forma simples e organizada. Mantenha seus projetos de geoprocessamento isolados e est\u00e1veis com este passo a passo.\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-post__text uagb-post__cta wp-block-button\">\n\t\t\t\t<a class=\"wp-block-button__link uagb-text-link\" style=\"\" href=\"https:\/\/geocym.com\/index.php\/como-criar-um-ambiente-virtual-no-wsl-com-python\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Ler mais<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"uagb-post__inner-wrap\">\t\t\t\t\t\t\t\t<div class='uagb-post__image'>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/geocym.com\/index.php\/como-instalar-o-python-no-wsl\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"332\" src=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/04\/Como-instalar-o-Python-no-WSL.png\" class=\"attachment-large size-large\" alt=\"Aprenda a instalar o Python no WSL\" srcset=\"https:\/\/geocym.com\/wp-content\/uploads\/2025\/04\/Como-instalar-o-Python-no-WSL.png 605w, https:\/\/geocym.com\/wp-content\/uploads\/2025\/04\/Como-instalar-o-Python-no-WSL-300x165.png 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" title=\"\">\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<h4 class=\"uagb-post__title uagb-post__text\">\n\t\t\t\t<a href=\"https:\/\/geocym.com\/index.php\/como-instalar-o-python-no-wsl\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Como instalar o Python no WSL<\/a>\n\t\t\t<\/h4>\n\t\t\t\t\t\t<div class='uagb-post__text uagb-post-grid-byline'>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class='uagb-post__text uagb-post__excerpt'>\n\t\t\t\t\tAprenda a instalar o Python no WSL de forma pr\u00e1tica. Configure seu ambiente Linux no Windows e comece a usar bibliotecas de geoprocessamento agora mesmo!\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-post__text uagb-post__cta wp-block-button\">\n\t\t\t\t<a class=\"wp-block-button__link uagb-text-link\" style=\"\" href=\"https:\/\/geocym.com\/index.php\/como-instalar-o-python-no-wsl\/\" target=\"_self\" rel=\"bookmark noopener noreferrer\">Ler mais<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Aprenda a instalar o JupyterLab no WSL usando um ambiente virtual em Python. Guia passo a passo para um ambiente de desenvolvimento avan\u00e7ado.<\/p>\n","protected":false},"author":1,"featured_media":823,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[19,5],"tags":[22,20,7],"class_list":["post-820","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-configurando-o-ambiente-para-geoprocessamento-com-python-no-linux-wsl","category-tutoriais","tag-jupyter","tag-python","tag-wsl"],"uagb_featured_image_src":{"full":["https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Como-instalar-o-JupyterLab-no-WSL.png",605,332,false],"thumbnail":["https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Como-instalar-o-JupyterLab-no-WSL-150x150.png",150,150,true],"medium":["https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Como-instalar-o-JupyterLab-no-WSL-300x165.png",300,165,true],"medium_large":["https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Como-instalar-o-JupyterLab-no-WSL.png",605,332,false],"large":["https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Como-instalar-o-JupyterLab-no-WSL.png",605,332,false],"1536x1536":["https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Como-instalar-o-JupyterLab-no-WSL.png",605,332,false],"2048x2048":["https:\/\/geocym.com\/wp-content\/uploads\/2025\/05\/Como-instalar-o-JupyterLab-no-WSL.png",605,332,false]},"uagb_author_info":{"display_name":"geocym","author_link":"https:\/\/geocym.com\/author\/geocym\/"},"uagb_comment_info":0,"uagb_excerpt":"Aprenda a instalar o JupyterLab no WSL usando um ambiente virtual em Python. Guia passo a passo para um ambiente de desenvolvimento avan\u00e7ado.","_links":{"self":[{"href":"https:\/\/geocym.com\/index.php\/wp-json\/wp\/v2\/posts\/820","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geocym.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/geocym.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/geocym.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/geocym.com\/index.php\/wp-json\/wp\/v2\/comments?post=820"}],"version-history":[{"count":7,"href":"https:\/\/geocym.com\/index.php\/wp-json\/wp\/v2\/posts\/820\/revisions"}],"predecessor-version":[{"id":976,"href":"https:\/\/geocym.com\/index.php\/wp-json\/wp\/v2\/posts\/820\/revisions\/976"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/geocym.com\/index.php\/wp-json\/wp\/v2\/media\/823"}],"wp:attachment":[{"href":"https:\/\/geocym.com\/index.php\/wp-json\/wp\/v2\/media?parent=820"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/geocym.com\/index.php\/wp-json\/wp\/v2\/categories?post=820"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/geocym.com\/index.php\/wp-json\/wp\/v2\/tags?post=820"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}